SequenceFileViewMgr.ConnectSequenceFileList
- Updated2024-10-09
- 1 minute(s) read
SequenceFileViewMgr.ConnectSequenceFileList
Syntax
SequenceFileViewMgr.ConnectSequenceFileList( uiObj, fullPath)
Return Value
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 user interface control that displays the list of opened sequence files. The control can also select a sequence file to place into the SequenceFileView Manager control.
Remarks
You can connect a ComboBox , ListBarPage , and ListBox to SequenceFileLists.
To disconnect an existing connection, you must first obtain the SequenceFileViewMgrConnections object from the SequenceFileViewMgr.Connections property. Then, access the SequenceFileViewMgrConnections.SequenceFileList property to obtain the SequenceFileListConnections collection.
Parameters
uiObj As Object
[In] Use a ComboBox , ListBarPage , or ListBox to display the list of sequence files.
fullPath As Boolean
When this parameter is True , TestStand displays the sequence files with full pathnames.
See Also
SequenceFileViewMgr.Connections
SequenceFileViewMgr.SequenceFile
SequenceFileViewMgrConnections