![]() |
![]() ![]() ![]() |
acTrayIcon and acAppEvents components.
|
property ImageList: TImageList;
|
The ImageList property provides the list of icon images to display in the system tray (taskbar status area). To show specific icon from this image list you can use ImageIndex property.
|
|
If no images assigned to ImageList property, then image assigned to the Icon property will be used for displaying the tray icon. If Icon is not assigned too, acTrayIcon component will use the application icon (Application.Icon property).
|
ImageIndex, Icon, Animate, AnimateInterval and Visible properties.
|