API:Bde.DBTables.TBDEDataSet.UpdateStatus

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function UpdateStatus: TUpdateStatus; override;

C++

virtual Data::Db::TUpdateStatus __fastcall UpdateStatus();

Description

Reports the update status for the active record.

Bde.DBTables.TBDEDataSet.UpdateStatus inherits from Data.DB.TDataSet.UpdateStatus. All content below this line refers to Data.DB.TDataSet.UpdateStatus.

Reports the update status for the active record.

As implemented in TDataSet, UpdateStatus always returns usUnmodified. Descendant classes override this method to reflect whether the active record has been modified, and if so, how.