API:Web.CGIHTTP.TWinCGIRequest.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TWinCGIRequest();

Properties

Type Visibility Source Unit Parent
destructor public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

Description

Destroys an instance of TWebRequest.

Web.CGIHTTP.TWinCGIRequest.Destroy inherits from Web.HTTPApp.TWebRequest.Destroy. All content below this line refers to Web.HTTPApp.TWebRequest.Destroy.

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