FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormRuntime..::..removeFormInstance Method

Removes the form instance.

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

Syntax


public bool removeFormInstance(
	string formInstID
)
Public Function removeFormInstance ( _
	formInstID As String _
) As Boolean
public:
bool^ removeFormInstance(
	String^ formInstID
)

Parameters

formInstID
Type: String
The form inst identifier.

Return Value

true if XXXX, false otherwise.