Updates the index of the form widget input.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool updateFormWidgetInputIndex(
string sInputID,
int iInputIndex
)
Public Function updateFormWidgetInputIndex ( _
sInputID As String, _
iInputIndex As Integer _
) As Boolean
public:
bool^ updateFormWidgetInputIndex(
String^ sInputID,
int^ iInputIndex
)
Parameters
- sInputID
- Type: String
The s input identifier.
- iInputIndex
- Type: Int32
Index of the i input.
Return Value
true if XXXX,
false otherwise.