|
|
|
| acTrayIcon and acAppEvents components.
|
| property Icon: TIcon;
|
| The Icon property determines the icon that is displayed in system tray area when acTrayIcon component is visible.
|
|
|
| If list of images already assigned to ImageList property, then images assigned to ImageList will be used for displaying the tray icon.
|
|
|
| If no Icon and ImageList assigned, then for displaying the tray icon acTrayIcon component will use the application icon (Application.Icon property).
|
|
|
| So if you decided to use high-color icon for WinME/XP, but still want to make it looks fine in lower Windows versions, you can specify 256 colors icon to Icon property and 16 colors icon to Icon16 property. Otherwise, if you have only 16-colors icon or just don't care about look in older Windows version, then specify just Icon property only, or use image from ImageList.
|
|
|
| Icon16, ImageList and ImageIndex properties.
|