Data.DB.TDataLink.UpdateRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateRecord;

C++

void __fastcall UpdateRecord();

Properties

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

Description

Responds to notifications that edits should be posted to the dataset.

UpdateRecord calls UpdateData after guarding against calls to RecordChanged, which may arise while UpdateData is executing.

See Also