Datasnap.DBClient.TCustomClientDataSet.CancelUpdates
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
procedure CancelUpdates;
C++
void __fastcall CancelUpdates();
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.