RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetUpdateObject.GetDataSet Method

GetDataSet returns the value of the DataSet property.

Pascal
function GetDataSet: TDataSet; virtual; abstract;
C++
virtual __fastcall TDataSet GetDataSet() = 0;

Override GetDataSet, along with the SetDataSet 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!