[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the title font is changed for items in the collection.
Source position: grids.pas line 653
protected procedure TGridColumns.TitleFontChanged; |
TitleFontChanged is a procedure used to perform actions needed when the title font for a grid has been changed. TitleFontChanged examines each of the column definitions in the collection, and updates the default font for the column when it has not been set to another value. TitleFontChanged is called during execution of the OnTitleFontChanged event handler in TCustomGrid.
|
The font used for text in a column title. |
|
|
Contains the typeface and text attributes for the Caption displayed in the column title. |
|
|
Returns True if the column title uses the default property values. |
Version 4.0 | Generated 2025-05-03 | Home |