RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTrayIcon.Animate Property

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

Pascal
property Animate: Boolean;
C++
__property Boolean Animate;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!