RAD Studio VCL Reference
|
Provides the abstract prototype of a method to set the DataSet property.
procedure SetDataSet(ADataSet: TDataSet); override;
virtual __fastcall SetDataSet(TDataSet ADataSet);
Descendants of TDSTableProducer override SetDataSet to ensure that the DataSet property can only be set to an appropriate descendant of TDataSet.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|