FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..copyFormWidget Method

Copies the form widget.

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

Syntax


public bool copyFormWidget(
	string sFormWidgetName,
	ref string sNewFormWidgetName
)
Public Function copyFormWidget ( _
	sFormWidgetName As String, _
	ByRef sNewFormWidgetName As String _
) As Boolean
public:
bool^ copyFormWidget(
	String^ sFormWidgetName, 
	String^% sNewFormWidgetName
)

Parameters

sFormWidgetName
Type: String
Name of the s form widget.
sNewFormWidgetName
Type: String%
Name of the s new form widget.

Return Value

true if XXXX, false otherwise.