FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..createFormWidget Method

Creates the form widget.

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

Syntax


public bool createFormWidget(
	ref string sFormWidgetID,
	string sFormWidgetName,
	string sFormWidgetDescription,
	string sFormWidgetCategory,
	string sFormWidgetNamespace,
	string sFormWidgetDLLPath,
	string sStyleAttributes,
	string sFormWidgetDisplayName
)
Public Function createFormWidget ( _
	ByRef sFormWidgetID As String, _
	sFormWidgetName As String, _
	sFormWidgetDescription As String, _
	sFormWidgetCategory As String, _
	sFormWidgetNamespace As String, _
	sFormWidgetDLLPath As String, _
	sStyleAttributes As String, _
	sFormWidgetDisplayName As String _
) As Boolean
public:
bool^ createFormWidget(
	String^% sFormWidgetID, 
	String^ sFormWidgetName, 
	String^ sFormWidgetDescription, 
	String^ sFormWidgetCategory, 
	String^ sFormWidgetNamespace, 
	String^ sFormWidgetDLLPath, 
	String^ sStyleAttributes, 
	String^ sFormWidgetDisplayName
)

Parameters

sFormWidgetID
Type: String%
The s form widget identifier.
sFormWidgetName
Type: String
Name of the s form widget.
sFormWidgetDescription
Type: String
The s form widget description.
sFormWidgetCategory
Type: String
The s form widget category.
sFormWidgetNamespace
Type: String
The s form widget namespace.
sFormWidgetDLLPath
Type: String
The s form widget DLL path.
sStyleAttributes
Type: String
The s form widget style attributes.
sFormWidgetDisplayName
Type: String
Display name of the s form widget.

Return Value

true if XXXX, false otherwise.