FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateFormWidgetInputIndex Method

Updates the index of the form widget input.

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

Syntax


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.