trayicon ImageList property
Return to Introduction  Previous page  Next page
Applies to
acTrayIcon and acAppEvents components.  

Declaration
property ImageList: TImageList;  

Description
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).  

See also
ImageIndex, Icon, Animate, AnimateInterval and Visible properties.