[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumns.TitleFontChanged

Performs actions needed when the title font is changed for items in the collection.

Declaration

Source position: grids.pas line 653

protected procedure TGridColumns.TitleFontChanged;

Description

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.

See also

TCustomGrid.TitleFont

  

The font used for text in a column title.

TGridColumnTitle.Font

  

Contains the typeface and text attributes for the Caption displayed in the column title.

TGridColumnTitle.IsDefault

  

Returns True if the column title uses the default property values.


Version 4.0 Generated 2025-05-03 Home