API:Web.ApacheHTTP.TApacheResponse.Create

Aus RAD Studio API Documentation

Delphi

constructor Create(HTTPRequest: TWebRequest);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheResponse

Beschreibung

Erzeugt eine Instanz von Create, die als Antwort auf den Parameter HTTPRequest verwendet wird. {{#multireplace:Web.ApacheHTTP.TApacheResponse.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Web.HTTPApp.TWebResponse.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Web.HTTPApp.TWebResponse.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Erzeugt eine Instanz von Create, die als Antwort auf den Parameter HTTPRequest verwendet wird.

Anwendungen brauchen normalerweise mit Create keine TWebResponse-Objekte zu erzeugen. Das TWebApplication-Objekt erzeugt für jedes TWebRequest-Objekt ein TWebResponse-Objekt.

Siehe auch