RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIApplication.Destroy Destructor

Destroys an instance of TWebApplication.

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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!