FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..removeFormWidgetInput Method

Removes the form widget input.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeFormWidgetInput(
	string sFormWidgetInputID
)
Public Function removeFormWidgetInput ( _
	sFormWidgetInputID As String _
) As Boolean
public:
bool^ removeFormWidgetInput(
	String^ sFormWidgetInputID
)

Parameters

sFormWidgetInputID
Type: String
The s form widget input identifier.

Return Value

true if XXXX, false otherwise.