RAD Studio VCL Reference
|
Represents the link to the DataSet of the TDSTableProducer.
property DataSource: TDataSource;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|