Data.DB.TDataSet.DataSources
Delphi
property DataSources[Index: Integer]: TDataSource read GetDataSources;
C++
__property TDataSource* DataSources[int Index] = {read=GetDataSources};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Provides access to all the TDataSource components currently linked to the dataset.
The DataSources property works closely with the DataSourceCount to enumerate all the data sources connected to the dataset.