FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..hasFormWidgetName Method

hasFormWidgetName

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

Syntax


public bool hasFormWidgetName(
	string sFormWidgetName,
	string sFormWidgetID
)
Public Function hasFormWidgetName ( _
	sFormWidgetName As String, _
	sFormWidgetID As String _
) As Boolean
public:
bool^ hasFormWidgetName(
	String^ sFormWidgetName, 
	String^ sFormWidgetID
)

Parameters

sFormWidgetName
Type: String
Name of the s form widget.
sFormWidgetID
Type: String
The s form widget identifier.

Return Value

true if [has form widget name] [the specified s form widget name]; otherwise, false.