RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetPageProducer.DataSet Property

Refers to the page producer's DataSet object.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

DataSet is a reference to the page producer's data set. Use this property to directly access the data set object, which is derived from TDataSet. 

 

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