Vcl.ExtCtrls.TTrayIcon.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TIcon read FIcon write SetIcon;

C++

__property Icon;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTrayIcon

Description

Specifies the default icon shown in the system tray.

Vcl.ExtCtrls.TTrayIcon.Icon inherits from Vcl.ExtCtrls.TCustomTrayIcon.Icon. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.Icon.

Specifies the default icon shown in the system tray.

Use the Icon property to set the default icon to be shown in the system tray. If you do not specify a value, the application icon is used.

Code Examples