deFormDesign..::..createFormWidgetInput Method
Creates the form widget input.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createFormWidgetInput( ref string sFormWidgetInputID, string sFormWidgetID, string sFormWidgetInputName, string sDataTypeID, int isRequired, string sInputDescription, string sInputCategoryName, long iInputIndex )
Parameters
- sFormWidgetInputID
- Type: String%
The s form widget input identifier.
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetInputName
- Type: String
Name of the s form widget input.
- sDataTypeID
- Type: String
The s data type identifier.
- isRequired
- Type: Int32
The is required.
- sInputDescription
- Type: String
The s input description.
- sInputCategoryName
- Type: String
Name of the s input category.
- iInputIndex
- Type: Int64
The is required.