FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..hasFormWidgetInputName Method

Determines whether [has form widget input name] [the specified s form widget input name].

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

Syntax


public bool hasFormWidgetInputName(
	string sFormWidgetInputName,
	string sFormWidgetID,
	string sFormWidgetInputID
)
Public Function hasFormWidgetInputName ( _
	sFormWidgetInputName As String, _
	sFormWidgetID As String, _
	sFormWidgetInputID As String _
) As Boolean
public:
bool^ hasFormWidgetInputName(
	String^ sFormWidgetInputName, 
	String^ sFormWidgetID, 
	String^ sFormWidgetInputID
)

Parameters

sFormWidgetInputName
Type: String
Name of the s form widget input.
sFormWidgetID
Type: String
The s form widget identifier.
sFormWidgetInputID
Type: String
The s form widget input identifier.

Return Value

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