Bde.DBTables.TBDEDataSet.RevertRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RevertRecord;

C++

void __fastcall RevertRecord();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

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