Gets the font used to render values for the specified column.
Source position: grids.pas line 1066
protected function TCustomGrid.GetColumnFont( |
Column: Integer; |
ForTitle: Boolean |
):TFont; |
Column |
|
Column number examined in the method. |
ForTitle |
|
True when the font for the column title is needed. |
TFont instance used to render values for the column.