Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.GetColumnFont

Gets the font used to render values for the specified column.

Declaration

Source position: grids.pas line 1066

protected function TCustomGrid.GetColumnFont(

  Column: Integer;

  ForTitle: Boolean

):TFont;

Arguments

Column

  

Column number examined in the method.

ForTitle

  

True when the font for the column title is needed.

Function result

TFont instance used to render values for the column.