Vcl.DBGrids.TDBGrid.TitleFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TitleFont: TFont read FTitleFont write SetTitleFont;

C++

__property TitleFont;

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGrid

Description

Describes the font used to draw the column titles in the grid.

Vcl.DBGrids.TDBGrid.TitleFont inherits from Vcl.DBGrids.TCustomDBGrid.TitleFont. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.TitleFont.

Describes the font used to draw the column titles in the grid.

Set TitleFont to change the font used to draw the column headings. TitleFont is only meaningful if the Options property includes dgTitles.

See Also