[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the widths for grid columns have been changed.
Source position: grids.pas line 1012
protected procedure TCustomGrid.ColWidthsChanged; virtual; |
ColWidthsChanged has an empty implementation in TCustomGrid. It is not currently used in any descendent classes in the LCL. It can be overridden in custom controls to perform any actions needed when one or more of the column widths has been changed. One common use is to invalidate the grid control and cause it to be redrawn.
ColWidthsChanged is called when a new value is specified for the indexed ColWidths property and Columns have been enabled for the control.
|
Provides indexed access to the Width for a column in the grid. |
|
|
Default width used for grid columns. |
|
|
Definitions for the columns displayed the grid. |
Version 4.0 | Generated 2025-05-03 | Home |