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

TComponentDataLink.LayoutChanged

Signals the OnLayoutChanged event handler when assigned.

Declaration

Source position: dbgrids.pas line 220

protected procedure TComponentDataLink.LayoutChanged; override;

Description

LayoutChanged is a procedure used to signal the OnLayoutChanged event handler when assigned in the class instance.

See also

TCustomDBGrid.LayoutChanged

  

LayoutChanged links columns to Fields and inserts any required automatic columns.

TDataLink