Web.CGIHTTP.TWinCGIRequest.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

Beschreibung

Erstellt eine Instanz von TWinCGIRequest.

Anwendungen rufen den Konstruktor von TWinCGIRequest normalerweise nicht auf. Das TCGIApplication-Objekt erzeugt für jede von einem Client eingegangene Anforderung ein TWinCGIRequest-Objekt.

Siehe auch