[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the Font to the value used in the grid control.
Source position: grids.pas line 601
public procedure TGridColumn.FillDefaultFont; |
When Grid has been assigned, its Font is used in the column instance. The TFont value is assigned to the Font property, and IsDefaultFont is set to True.
FillDefaultFont is called from the FontChanged method in TGridColumns.
|
The grid control to which this column belongs. |
|
|
The font used for text displayed in the column. |
|
|
Indicates if the default font is in use for the grid column. |
|
|
Performs actions needed when the Font for the grid control is changed. |
|
|
Implements the base class for grid controls. |
Version 4.0 | Generated 2025-05-03 | Home |