RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.SetDataSet Method

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

Pascal
procedure SetDataSet(ADataSet: TDataSet); virtual; abstract;
C++
virtual __fastcall SetDataSet(TDataSet ADataSet) = 0;

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!