RAD Studio VCL Reference
|
Lists all active datasets for the connection component.
property DataSets [Index: Integer]: TCustomSQLDataSet;
__property TCustomSQLDataSet DataSets[int Index];
Use DataSets to access active datasets associated with a connection component. An active dataset is one that is currently open.
The Index parameter ranges between 0 and DataSetCount.
The value of DataSets changes as the datasets that use this TSQLConnection component open and close.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|