Vcl.ExtCtrls.TCustomTrayIcon.Animate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Animate: Boolean read FAnimate write SetAnimate default False;

C++

__property bool Animate = {read=FAnimate, write=SetAnimate, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

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