|
|
|
| acAppEvents and acTrayIcon components.
|
| property AnimateInterval: Word; // in milliseconds
|
| 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.
|
| Animate, ImageList, ImageIndex properties.
|