RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.CancelUpdates Method

Clears all pending edits and clears the change log.

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

Call CancelUpdates to back out all pending updates from the Delta property. Delta is a Variant maintained by the client dataset to record updates, inserts, and deletes. 

 

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