CtlPanel.TAppletModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletModule

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TAppletModule();

Description

Disposes of an instance of a TAppletModule object.

The destructor destroys the specified instance of a TAppletModule and removes it from the list of applet modules in the owning TAppletApplication.

Typically, applications do not call Destroy, because the owning TAppletApplication is responsible for freeing them. However, if an Owner is not specified, do not call Destroy directly. Rather, call the Free method.

See Also