|
RAD Studio VCL Reference
|
Provides the abstract prototype of a method to access the DataSet property.
function GetDataSet: TDataSet; virtual; abstract;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|