RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.RevertRecord Method

Restores the current record in the dataset to an unmodified state when cached updates are enabled.

Pascal
procedure RevertRecord;
C++
__fastcall RevertRecord();

Call RevertRecord to undo changes made to the current record when cached updates are enabled.

Note: To undo all changes to all pending updates in the cache, call CancelUpdates.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!