RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Destroy Destructor

Destroys an instance of TWebRequest.

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

Do not call Destroy. When the request message is fully handled, TWebApplication destroys the request object by calling its Free method. 

Destroy frees the TStrings objects used to represent the ContentFields, CookieFields, and QueryFields properties. 

 

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