FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..createFormWidgetEvent Method

Creates the form widget event.

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

Syntax


public bool createFormWidgetEvent(
	ref string sFormWidgetEventID,
	string sFormWidgetID,
	string sFormWidgetEventName,
	string sFormWidgetEventDesc,
	string sFormWidgetEventParms
)
Public Function createFormWidgetEvent ( _
	ByRef sFormWidgetEventID As String, _
	sFormWidgetID As String, _
	sFormWidgetEventName As String, _
	sFormWidgetEventDesc As String, _
	sFormWidgetEventParms As String _
) As Boolean
public:
bool^ createFormWidgetEvent(
	String^% sFormWidgetEventID, 
	String^ sFormWidgetID, 
	String^ sFormWidgetEventName, 
	String^ sFormWidgetEventDesc, 
	String^ sFormWidgetEventParms
)

Parameters

sFormWidgetEventID
Type: String%
The s form widget event identifier.
sFormWidgetID
Type: String
The s form widget identifier.
sFormWidgetEventName
Type: String
Name of the s form widget event.
sFormWidgetEventDesc
Type: String
The s form widget event desc.
sFormWidgetEventParms
Type: String
The s form widget event parms.

Return Value

true if XXXX, false otherwise.