[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: extctrls.pp line 1449
public destructor TCustomTrayIcon.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy calls the Hide method at run-time to ensure that the widgetset class instance is not visible and its animation timer is disabled. It frees resources allocated in the constructor for members in the class instance. Destroy calls the inherited method prior to exit. This allows Free notifications to be performed for ancestor components, and to free child components for the control.
|
Removes the icon from the System Tray. |
|
|
The Icon or picture that displayed on the tray icon. |
|
|
Image list with the bitmaps used for an animated icon. |
|
Version 4.0 | Generated 2025-05-03 | Home |