RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTableProducer.SetDataSet Method

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

Pascal
procedure SetDataSet(ADataSet: TDataSet); override;
C++
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!