FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormRuntime..::..getFormInstance Method

Gets the form instance.

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

Syntax


public deFormInstance getFormInstance(
	string formInstID
)
Public Function getFormInstance ( _
	formInstID As String _
) As deFormInstance
public:
deFormInstance^ getFormInstance(
	String^ formInstID
)

Parameters

formInstID
Type: String
The form inst identifier.

Return Value

deFormInstance.