RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletApplication.Destroy Destructor

Disposes of an instance of a TAppletApplication object.

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

Do not call the destructor directly. TAppletApplication is destroyed when your application closes. 

The destructor frees the memory associated with sub-objects. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!