[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Frees the class instance
Source position: popupnotifier.pas line 65
public destructor TNotifierForm.Destroy; override; |
Destroy is the destructor for the class instance. Destroy frees resources allocated in the constructor for the Icon, Title, Text, and Button on the form. Destroy calls the inherited destructor proper to exiting from the method.
lazarus-ccr.sourceforge.net |