Data.DB.TDataSet.UpdateRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure UpdateRecord;

C++

void __fastcall UpdateRecord();

Description

Ensures that data-aware controls and detail datasets reflect record updates.

UpdateRecord is used internally by some dataset methods to inform data-aware controls of updates and trigger an OnUpdateRecord event if cached updates are enabled. Applications should not need to call UpdateRecord directly unless they provide custom dataset methods that bypass TDataSet methods.

See Also