IBX.IBCustomDataSet.TIBCustomDataSet.CancelUpdates
Delphi
procedure CancelUpdates;
C++
void __fastcall CancelUpdates(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp | IBX.IBCustomDataSet | TIBCustomDataSet | 
Description
Clears all pending cached updates from the cache.
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.