IBX.IBCustomDataSet.TIBCustomDataSet.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
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.