TRzTrayIcon is a nonvisual control for managing an icon in the Windows System Tray Notification Area.
Unit
RzTray
Description
This component makes it very easy for developers to create an application that appears in the Windows System Tray Notification Area. Simply drop one of these components on the main form of the application and the program will automatically behave as a system tray program.
To display a popup menu when the tray icon is clicked, simply assign a TPopupMenu component to the PopupMenu property. By default the icon that is displayed is the one associated with the application. However, using the Icons and IconIndex properties, an image list can be used to specify custom icons to be displayed.
TRzTrayIcon also supports displaying balloon style hints over the tray icon. Use the ShowBalloonHint and HideBalloonHint methods.