[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'PopupNotifier' (#lcl)

TPopupNotifier.Destroy

Frees the component

Declaration

Source position: popupnotifier.pas line 88

public destructor TPopupNotifier.Destroy; override;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.