API:Web.CGIHTTP.TWinCGIRequest.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(IniFileName, ContentFile, OutputFile: string);

C++

__fastcall TWinCGIRequest(System::UnicodeString IniFileName, System::UnicodeString ContentFile, System::UnicodeString OutputFile);

Properties

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

Description

Creates an instance of TCGIRequest.

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

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