RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.DefaultFont Method

Returns the default font for data displayed in the column.

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

DefaultFont returns the Font of the data grid to which the column belongs. If the column has no associated data grid, DefaultFont returns the current value of the column's Font property. 

 

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