RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOStoredProc.DataSource Property

Represents the data source of another dataset that supplies values to the dataset.

Pascal
property DataSource: TDataSource;
C++
__property TDataSource DataSource;__property TDataSource DataSource;

As implemented in TDataSet, the DataSource property is always nil (Delphi) or NULL (C++). 

Descendant dataset classes that support specifying a data source redeclare and implement methods for getting and setting the DataSource property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!