|
RAD Studio VCL Reference
|
Provides the abstract prototype of a method to access the DataSet property.
function GetDataSet: TDataSet; override;
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!
|