Represents the data source of another dataset that supplies values to the dataset.
property DataSource: TDataSource;
Description
As implemented in TDataSet, the DataSource property is always nil.
Descendant dataset classes that support specifying a data source redeclare and implement methods for getting and setting the DataSource property.
|
|