Vcl.ExtCtrls.TTrayIcon.Icons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icons;

C++

__property Icons;

Properties

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

Description

Specifies the list of images to be displayed for the icon in the system tray.

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

Specifies the list of images to be displayed for the icon in the system tray.

Use this property to specify the list of images used for the icon in the system tray. These images are displayed when the Animate property is set to True.

Code Examples