RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.SetDataSet Method

SetDataSet sets the value of the DataSet property.

Pascal
procedure SetDataSet(ADataSet: TDataSet); override;
C++
virtual __fastcall SetDataSet(TDataSet ADataSet);

Override SetDataSet, along with the GetDataSet method, to provide an implementation of the DataSet property. The DataSet property should represent the dataset that caches the updates to be applied by the update object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!