RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebApplication.Destroy Destructor

Destroys an instance of TWebApplication.

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

Never call the Destroy or Free method. The application is freed automatically when the application stops running. 

Destroy frees the helper objects that were created at startup, as well as all Web modules created by the application. 

 

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