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.
 

CancelUpdates 

Using the BDE to Cache Updates

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