RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTableProducer.GetDataSet Method

Provides the abstract prototype of a method to access the DataSet property.

Pascal
function GetDataSet: TDataSet; override;
C++
virtual __fastcall TDataSet GetDataSet();

Descendants of TDSTableProducer implement the GetDataSet method to access their specific implementation of the DataSet property. Descendants of TDSTableProducer restrict the DataSet property to different classes of TDataSet objects. 

 

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