[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumn.WidthChanged

True when the width for the column has been changed.

Declaration

Source position: grids.pas line 608

public property TGridColumn.WidthChanged : Boolean
  read FWidthChanged;

Description

Set to True when an explicit value is assigned to the Width property. Its value is set to False when the modified column is stored in the Columns collection in the Grid control.

See also

TGridColumn.ColumnChanged

  

Performs actions needed when a column in the grid is changed.

TGridColumn.Width

  

The display width in pixels for the column on its Grid control.

TGridColumn.DefaultWidth

  

Default width for the column, or -1 when not assigned.

TGridColumn.StoredWidth

  

Contains the explicit, non-default value assigned to the Width property.

TGridColumn.Grid

  

The grid control to which this column belongs.

TGridColumns

  

Collection used to store column definitions for a grid control.

TCustomGrid.Columns

  

Definitions for the columns displayed the grid.


Version 4.0 Generated 2025-05-03 Home