deFormDesign..::..createFormWidget Method
Creates the form widget.
Namespace:
FlowWright.cDevDeAPIAssembly: 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
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.