API:Web.ApacheApp.TApacheApplication.Create

Aus RAD Studio API Documentation

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TApacheApplication(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Web.ApacheApp.pas
Web.ApacheApp.hpp
Web.ApacheApp TApacheApplication

Beschreibung

Erstellt eine Instanz von TWebApplication. {{#multireplace:Web.ApacheApp.TApacheApplication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Web.WebBroker.TWebApplication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Web.WebBroker.TWebApplication.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Erstellt eine Instanz von TWebApplication.

Rufen Sie Create nicht auf. Das einzig vorhandene Web-Anwendungsobjekt namens Application wird automatisch instantiiert, wenn sich die Unit CGIApp, ISAPIApp oder ApacheApp in der uses-Liste des Projekts befindet.

Create weist den von TWebApplication verwendeten Hilfsobjekten Speicherplatz zu.

Siehe auch