Data.Win.ADODB.TCustomADODataSet.CancelUpdates
[–] 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).