Icon DataSets Property

property DataSets[Index: Integer]: TEDBDBDataSet

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

Information A "dataset" is a TEDBTable, TEDBQuery, or TEDBStoredProc component, all of which descend from the TEDBDBDataSet component.
Image