FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..createFormWidgetInput Method

Creates the form widget input.

Namespace:  FlowWright.cDevDeAPI
Assembly:  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
)
Public Function createFormWidgetInput ( _
	ByRef sFormWidgetInputID As String, _
	sFormWidgetID As String, _
	sFormWidgetInputName As String, _
	sDataTypeID As String, _
	isRequired As Integer, _
	sInputDescription As String, _
	sInputCategoryName As String, _
	iInputIndex As Long _
) As Boolean
public:
bool^ createFormWidgetInput(
	String^% sFormWidgetInputID, 
	String^ sFormWidgetID, 
	String^ sFormWidgetInputName, 
	String^ sDataTypeID, 
	int^ isRequired, 
	String^ sInputDescription, 
	String^ sInputCategoryName, 
	long 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.

Return Value

true if XXXX, false otherwise.