Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGridColumns.TitleFontChanged

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

Declaration

Source position: grids.pas line 647

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

  

The Font for the column title.

TGridColumnTitle.IsDefault

  

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