Vcl.DBGrids.TGridDataLink.LayoutChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LayoutChanged; override;

C++

virtual void __fastcall LayoutChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Informs the grid after the layout of the TCustomDBGrid has changed in a way that affects the representation of the dataset.

Applications cannot call the LayoutChanged method directly. The TCustomDBGrid that owns the TGridDataLink calls this method automatically when layout changes affect the representation of the dataset. LayoutChanged allows the TCustomDBGrid to regenerate its layout by calling its LayoutChanged method.

See Also