Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TComponentDataLink.UpdateData

Signals the OnUpdateData event handler when assigned.

Declaration

Source position: dbgrids.pas line 226

protected procedure TComponentDataLink.UpdateData; override;

Description

UpdateData is a procedure used to signal the OnUpdateData event handler when assigned in the class instance.

See also

TDataLink