Vcl.DBGrids.TCustomDBGrid.TitleFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TitleFont: TFont read FTitleFont write SetTitleFont;

C++

__property Vcl::Graphics::TFont* TitleFont = {read=FTitleFont, write=SetTitleFont};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

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