Moves the form widget input index up.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool moveFormWidgetInputIndexUp(
string sFormWidgetID,
string sFormWidgetInputID
)
Public Function moveFormWidgetInputIndexUp ( _
sFormWidgetID As String, _
sFormWidgetInputID As String _
) As Boolean
public:
bool^ moveFormWidgetInputIndexUp(
String^ sFormWidgetID,
String^ sFormWidgetInputID
)
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetInputID
- Type: String
The s form widget input identifier.
Return Value
true if XXXX,
false otherwise.