FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..removeFormWidget Method

Removes the form widget.

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

Syntax


public bool removeFormWidget(
	string sFormWidgetID
)
Public Function removeFormWidget ( _
	sFormWidgetID As String _
) As Boolean
public:
bool^ removeFormWidget(
	String^ sFormWidgetID
)

Parameters

sFormWidgetID
Type: String
The s form widget identifier.

Return Value

true if XXXX, false otherwise.