Vcl.DBCtrls.TFieldDataLink.UpdateData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateData; override;

C++

virtual void __fastcall UpdateData();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Generates an OnUpdateData event.

UpdateData overrides the default UpdateData method to call the OnUpdateData event handler where the data-aware control can write any pending edits to the record in the dataset.

See Also