trayicon 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 tim interval that passes before the acTrayIcon component increases the ImageIndex value to animate images assigned to ImageList.  
 
Icons can NOT be animated when  
1. AnimateInterval value is 0;  
2. Animate property is False;  
3. No images assigned to ImageList.  

See also
Animate, ImageList, ImageIndex properties.