Data.DB.TDataSet.DataSources

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also