RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.Destroy Destructor

Frees an instance of TAbstractWebContext.

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

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

The TAbstractWebContext 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!