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

TScreen.IconFont

The font used for desktop icons.

Declaration

Source position: forms.pp line 1205

public property TScreen.IconFont : TFont
  read GetIconFont
  write SetIconFont;

Description

IconFont is passed to the InitStockFont method in the widgetset to initialize the font.

Remark: Not used in the current LCL implementation.