API:Web.ApacheHTTP.TApacheResponse.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(HTTPRequest: TWebRequest);

C++

__fastcall TApacheResponse(Web::Httpapp::TWebRequest* HTTPRequest);

Properties

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

Description

Creates an instance of Create to represent the response to the HTTPRequest parameter.

Web.ApacheHTTP.TApacheResponse.Create inherits from Web.HTTPApp.TWebResponse.Create. All content below this line refers to Web.HTTPApp.TWebResponse.Create.

Creates an instance of Create to represent the response to the HTTPRequest parameter.

Applications shouldn't need to call Create to instantiate a response object. The TWebApplication object calls Create for each TWebRequest it creates.

See Also