Datasnap.DBClient.TCustomClientDataSet.CancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also