Datasnap.DBClient.TCustomClientDataSet.CancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also