RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.CancelUpdates Method

Clears all pending cached updates from the cache.

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

Call CancelUpdates to clear all pending cached updates from the cache. 

When a dataset is closed, or the CachedUpdates property is set to false, CancelUpdates is called automatically.

Note: To undo changes to a single record, call RevertRecord.
 

 

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