[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destroy - destructor for TCustomTrayIcon: frees icon and timer then calls inherited Destroy
Source position: extctrls.pp line 1330
public destructor TCustomTrayIcon.Destroy; override; |
Destroy sends a opRemove notification to all components in the free-notification list. After that, all owned components are destroyed by calling DestroyComponents (and hence removed from the list of owned components). When this is done, the component removes itself from its owner's child component list. After that, the parent's destroy method is called.
lazarus-ccr.sourceforge.net |