Vcl.Grids.TCustomGrid.ColWidthsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColWidthsChanged; dynamic;

C++

DYNAMIC void __fastcall ColWidthsChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Responds when the column widths change.

ColWidthsChanged is called immediately after the column widths change. The change can result from setting the ColWidths property, from setting the DefaultColWidth property, from moving one of the columns, or from resizing the columns with the mouse.

ColWidthsChanged adjusts the scroll bar and the position of the inplace editor to take into account the new column size and positions of the columns.

See Also