[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The background color for the column title.
Source position: grids.pas line 504
published property TGridColumnTitle.Color : TColor |
Color is a TColor property which contains the color used to paint the background for the column header where the title is displayed. If an explicit value has not been assigned, the value from GetDefaultColor is used in the property, and contains the FixedColor for the grid where the Column is defined.
Changing the value for the property causes the ColumnChanged method in Column to be called. This causes the collection item to be updated in the grid control, and the WidthChanged property in Column is reset.
Use the Color property in Font to control the color for the text displayed in the fixed header cell.
|
Contains the typeface and text attributes for the Caption displayed in the column title. |
|
|
Returns the default color for the column title. |
|
|
Performs actions needed when a column in the grid is changed. |
|
|
True when the width for the column has been changed. |
|
|
The color used for the fixed cells in the grid. |
|
|
Color used to render text using the font. |
Version 4.0 | Generated 2025-05-03 | Home |