Selection Object
Description
The Selection object object is used for identifying and selecting tick tables and bar tables. The Selection object is used by many methods for specifying table selections, such as Connection.ReadByRecord, Connection.ReadByDate, Connection.DropTable, etc.
Remarks
If the selection is for a tick table, the BarInfo
object must be set to NULL.
Public Properties
![]() |
The symbol for the table selection. |
![]() |
The DataType for the table selection. |
![]() |
The bar table selection object (NULL if Type = dtTick) |
See Also
Connection.ReadByRecord, Connection.ReadByDate, BarInfo Object, DataType