RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.GetDataSet Method

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

Pascal
function GetDataSet: TDataSet; virtual; abstract;
C++
virtual __fastcall TDataSet GetDataSet() = 0;

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!