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 TCGIRequest.

Applications should not need to directly instantiate a CGI request object. The TCGIApplication object creates a TCGIRequest object whenever it receives a client request.

See Also