RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle.DefaultFont Method

Returns the default font for the column title.

Pascal
function DefaultFont: TFont;
C++
__fastcall TFont DefaultFont();

Use DefaultColor to determine the font of the column title if the Font property is not explicitly set. DefaultFont returns the TitleFont of the data grid to which the column belongs. If the column has no associated data grid, DefaultFont returns the current value of the associated column's Font property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!