CtlPanel.TAppletApplication.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TAppletApplication();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | CTLPanel.pas CtlPanel.hpp |
CtlPanel | 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.