appevents AnimateIcon property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents component.  

Declaration
property AnimateIcon: Boolean;  

Description
The AnimateIcon property controls whether you would like to animate images assigned to ImageList property. If Animate is True, acAppEvents 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.