Web.ApacheHTTP.TApacheRequest.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(r: PHTTPDRequest);

C++

__fastcall TApacheRequest(Web::Httpdmethods::PHTTPDRequest r);

Properties

Type Visibility Source Unit Parent
constructor public
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

Creates an instance of TWebRequest.

Web.ApacheHTTP.TApacheRequest.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