RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.Destroy Destructor

Disposes of an instance of a TAppletModule object.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TAppletModule();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!