[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents stock font types used in InitStockFont.
Source position: lcltype.pp line 2984
type TStockFont = ( |
||
sfSystem, |
|
Represents the stock system font. |
sfHint, |
|
Represents the stock hint font. |
sfIcon, |
|
Represents the stock icon font. |
sfMenu |
|
Represents the stock menu font. |
); |
Values in the enumeration are passed as an argument to the InitStockFont routine in the LCL interface, and used when a widgetset class calls its InitStockFont method.
Version 4.0 | Generated 2025-05-03 | Home |