trayicon Animate property
Return to Introduction  Previous page  Next page
Applies to
acTrayIcon component.  

Declaration
property Animate: Boolean;  

Description
The Animate property controls whether you would like to animate images, assigned to ImageList property. If Animate is True, acTrayIcon will increase ImageIndex value, with interval specified in AnimateInterval property. If ImageList is not assigned and you have specified just one icon (in the Icon property), setting True to Animate will take not effect.  
 
Icons can be animated only if  
1. AnimateInterval value is higher than 0 (milliseconds), and  
2. Animate property is True, and  
3. Multiple images assigned to ImageList.  

See also
AnimateInterval, ImageList, ImageIndex properties and OnAnimate event.