Bde.DBTables.TBDEDataSet.RevertRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure RevertRecord;

C++

void __fastcall RevertRecord();

Description

Restores the current record in the dataset to an unmodified state when cached updates are enabled.

Call RevertRecord to undo changes made to the current record when cached updates are enabled.

Note: To undo all changes to all pending updates in the cache, call CancelUpdates.

See Also