hasFormWidgetName
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.