[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.