RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.UpdateStatus Method

Reports the update status for the active record.

Pascal
function UpdateStatus: TUpdateStatus; virtual;
C++
virtual __fastcall TUpdateStatus UpdateStatus();

As implemented in TDataSet, UpdateStatus always returns usUnmodified. Descendant classes override this method to reflect whether the active record has been modified, and if so, how. 

 

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