Vcl.DBGrids.TColumnTitle.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont stored IsFontStored;

C++

__property Vcl::Graphics::TFont* Font = {read=GetFont, write=SetFont, stored=IsFontStored};

Properties

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

Description

Controls the font in which the column title displays its caption.

The Font property points to a TFont object that determines typographic attributes of text displayed in the column title. The default value is the grid's TitleFont property.

See Also