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