[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
True when the width for the column has been changed.
Source position: grids.pas line 608
public property TGridColumn.WidthChanged : Boolean |
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.
|
Performs actions needed when a column in the grid is changed. |
|
|
The display width in pixels for the column on its Grid control. |
|
|
Default width for the column, or -1 when not assigned. |
|
|
Contains the explicit, non-default value assigned to the Width property. |
|
|
The grid control to which this column belongs. |
|
|
Collection used to store column definitions for a grid control. |
|
|
Definitions for the columns displayed the grid. |
Version 4.0 | Generated 2025-05-03 | Home |