[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.Icon

The icon associated with this application.

Declaration

Source position: forms.pp line 1737

public property TApplication.Icon : TIcon
  read FIcon
  write SetIcon;

Description

Icon is TIcon property with the image used to represent the application on the desktop, task bar, and system menus.

The image can be assigned to TIcon at design-time using the Lazarus object inspector, or by setting values in the Project options dialog. The image can also be assigned at run-time using properties and methods in the TIcon instance.


Version 3.2 Generated 2024-02-25 Home