Web.HTTPApp.TWebRequest.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TWebRequest();

Properties

Type Visibility Source Unit Parent
destructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Destroys an instance of 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.

See Also