[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the font used to render values for the specified column.
Source position: grids.pas line 1091
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.
|
Returns the grid column definition at the specified position in Columns. |
|
|
The font used for text in a column title. |
|
|
Definitions for the columns displayed the grid. |
|
|
Prepares the canvas for drawing the cell at the specified location. |
|
|
Implements a column definition used for tabular data in TCustomGrid. |
|
|
The font to be used for text display in this control. |
Version 4.0 | Generated 2025-05-03 | Home |