RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle.Font Property

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

Pascal
property Font: TFont;
C++
__property TFont Font;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!