SequenceFileViewMgr.ConnectVariables

Syntax

SequenceFileViewMgr.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 SequenceFileView Manager control.

Remarks

To disconnect an existing connection, you must first obtain the SequenceFileViewMgrConnections object from the SequenceFileViewMgr.Connections property. Then, access the SequenceFileViewMgrConnections.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

SequenceFileViewMgr.Connections

SequenceFileViewMgrConnections

SequenceFileViewMgrConnections.Variables

VariablesConnections

VariablesView