Vcl.ExtCtrls.TTrayIcon.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animate: Boolean read FAnimate write SetAnimate default 0;

C++

__property Animate = {default=0};

Properties

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

Description

Specifies whether the icon in the system tray is static or animated.

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

Specifies whether the icon in the system tray is static or animated.

When set to True, the icon shown in the system tray displays, in sequence, the images in the image list specified by the Icons property. The images change only if the specified image list contains images. The images change on a rotating basis by the interval set by the AnimateInterval property. When set to False the animation stops.

Code Examples