Vcl.ValEdit.TValueListEditor.ColWidthsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColWidthsChanged; override;

C++

DYNAMIC void __fastcall ColWidthsChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Responds when the column widths change.

Vcl.ValEdit.TValueListEditor.ColWidthsChanged inherits from Vcl.Grids.TCustomGrid.ColWidthsChanged. All content below this line refers to Vcl.Grids.TCustomGrid.ColWidthsChanged.

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