RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContext.Destroy Destructor

Frees an instance of TWebContext.

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

Do not free the global Web context object. This object is automatically maintained by the WebSnap application. 

The TWebContext destructor unregisters itself with the global WebContext function so that the WebContext function never returns a Web context that no longer exists. 

 

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