[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The grid control to which this column belongs.
Source position: grids.pas line 605
public property TGridColumn.Grid : TCustomGrid |
Grid is a read-only TCustomGrid property with the grid control where the column instance is stored. Grid allows the column definition to access properties, methods, and events found in the TCustomGrid control where the column is used.
The property value contains the Collection (TGridColumns) for the item, and is passed as an argument to constructor for the class instance. The property value is Nil if the collection is not descended from TGridColumns.
Example uses can be found in methods like SetIndex, GetWidth, GetDefaultWidth, GetDefaultColor, FillDefaultFont and ScaleFontsPPI.
|
Implements the base class for grid controls. |
|
|
Definitions for the columns displayed the grid. |
|
|
Collection used to store column definitions for a grid control. |
|
Version 4.0 | Generated 2025-05-03 | Home |