appevents AnimateInterval property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents and acTrayIcon components.  

Declaration
property AnimateInterval: Word; // in milliseconds  

Description
The AnimateInterval property determines in milliseconds the time interval (in milliseconds) that passes before the acAppEvents component increases the ImageIndex value to animate images assigned to ImageList.  
 
Icons can NOT be animated when  
1. AnimateInterval value is 0;  
2. AnimateIcon property is False;  
3. No images assigned to ImageList.  

See also
AnimateIcon, ImageList, ImageIndex properties.