CtlPanel.TAppletModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TAppletModule();

Properties

Type Visibility Source Unit Parent
destructor public
CTLPanel.pas
CtlPanel.hpp
CtlPanel 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