Icon DataSets Property

property DataSets[Index: Integer]: TDBISAMDBDataSet

Usage

The DataSets property provides an indexed array of all active datasets for a TDBISAMDatabase component. An active dataset is one that is currently open.

Information A "dataset" is either a TDBISAMTable or TDBISAMQuery component, both of which descend from the TDBISAMDBDataSet component.
Image