[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Color for the background on the column.
Source position: grids.pas line 613
published property TGridColumn.Color : TColor |
Color is a TColor property with the background color used when values in the grid column are drawn. If an explicit value has not been assigned for the property, the value from GetDefaultColor is used as the property value.
Changing the value for the property causes the ColumnChanged method to be called to update the collection item in its collection.
Use the Font.Color property to set the color for text drawn in the column.
Use Title.Color and Title.Font color properties to set the colors for fixed cells drawn as grid column headers.
|
The font used for text displayed in the column. |
|
|
Contains the attributes for the title in the fixed header for the column. |
|
|
The background color for the column title. |
|
|
Contains the typeface and text attributes for the Caption displayed in the column title. |
|
|
Color used to render text using the font. |
Version 4.0 | Generated 2025-05-03 | Home |