CtlPanel.TAppletApplication.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: CTLPanel.pas CtlPanel.hpp
| |
| Unit: CtlPanel | |
| Parent: TAppletApplication | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TAppletApplication();
Description
Disposes of an instance of a TAppletApplication object.
Do not call the destructor directly. TAppletApplication is destroyed when your application closes.
The destructor frees the memory associated with sub-objects.