Datasnap.DBClient.TCustomClientDataSet.CancelUpdates
Delphi
procedure CancelUpdates;
C++
void __fastcall CancelUpdates();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Datasnap.DBClient.pas Datasnap.DBClient.hpp |
Datasnap.DBClient | TCustomClientDataSet |
Description
Clears all pending edits and clears the change log.
Call CancelUpdates to back out all pending updates from the Delta property. Delta is a Variant maintained by the client dataset to record updates, insertions, and deletions.