API:Web.CGIHTTP.TCGIRequest.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TCGIRequest();

Properties

Type Visibility Source Unit Parent
constructor public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TCGIRequest

Description

Creates an instance of TWebRequest.

Web.CGIHTTP.TCGIRequest.Create inherits from Web.HTTPApp.TWebRequest.Create. All content below this line refers to Web.HTTPApp.TWebRequest.Create.

Creates an instance of TWebRequest.

Applications shouldn't need to call Create to instantiate a request object. The TWebApplication object creates a TWebRequest object whenever it receives a client request.

See Also