Web.CGIHTTP.TCGIResponse.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(HTTPRequest: TWebRequest);

C++

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

Properties

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

Description

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

Applications should not need to call Create to instantiate a CGI response object. The TCGIApplication object creates a TCGIResponse for each TCGIRequest it creates.

See Also