Data.DB.TDataSet.UpdateRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateRecord;

C++

void __fastcall UpdateRecord(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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