Vcl.DBGrids.TColumn.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 TColumn

Description

Controls the font in which the column displays its data.

The Font property points to a TFont object that determines typographic attributes of text displayed in the column.

See Also