RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.CancelUpdates Method

Cancels pending cached updates.

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

Call CancelUpdates to cancel any pending cached updates and revert field values to their original values (the values present since the last applied update, if any).

Note: CancelUpdates does the same thing as CancelBatch(arAll).
 

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