RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.DataSource Property

Represents the link to the DataSet of the TDSTableProducer.

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

Do not use the DataSource property. The data source of a TDSTableProducer object is an internally generated TDataSource object that is used for internal interfaces that do not work directly with a TDataSet object. 

The InternalDataSource property provides read-only access to the data source represented by DataSource. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!