[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs action needed when the title font is changed for items in the collection.
Source position: grids.pas line 647
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. |
|
|
The Font for the column title. |
|
|
Returns True if the column title uses the default property values. |