RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceApplication.Destroy Destructor

Disposes of an instance of a TServiceApplication object.

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

You do not need to call the destructor directly. TServiceApplication is destroyed when your application closes. 

The destructor frees the memory associated with sub-objects. 

 

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