[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Frees the component.
Source position: popupnotifier.pas line 94
public destructor TPopupNotifier.Destroy; override; |
Destroy is the destructor for the component instance. Destroy calls the Hide method for the pop-up notification form, and frees the the vNotifierForm member. Destroy calls the inherited destructor prior to exiting from the method.
lazarus-ccr.sourceforge.net |