ExecutionViewMgr.ConnectVariables

Syntax

ExecutionViewMgr.ConnectVariables( uiObj)

Return Value

VariablesConnection

A reference to an object that represents the new connection. Discarding the reference does not affect the connection. When the object is already connected to this type of connection, the existing connection is returned.

Purpose

Connects a VariablesView control to display the current sequence context of the ExecutionView Manager control.

Remarks

To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.Variables property to obtain the VariablesConnections collection.

Parameters

uiObj As Object

[In] Specifies the reference to a VariablesView control that displays the current sequence context.

See Also

ExecutionViewMgr.Connections

ExecutionViewMgrConnections

ExecutionViewMgrConnections.Variables

VariablesConnections

VariablesView