Data.Win.ADODB.TCustomADODataSet.CancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

procedure CancelUpdates;

C++

void __fastcall CancelUpdates();

Description

Cancels pending cached updates.

Call CancelUpdates to cancel any pending cached updates and revert field values to their original values (the values present since the last applied update, if any).

Note: CancelUpdates does the same thing as CancelBatch(arAll).

See Also