RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.DataSets Property

Provides an indexed array of all active datasets for a database component.

Pascal
property DataSets [Index: Integer]: TDBDataSet;
C++
__property TDBDataSet DataSets[int Index];

Use DataSets to access active datasets associated with a database component. An active dataset is one that is currently open.

Note: If a TBDEClientDataSet uses the connection component to connect to a database server, DataSets lists the internal dataset that the client dataset creates to access data, not the client dataset itself.
 

DataSetCount 

TBDEClientDataSet

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!