API:Web.ApacheApp.TApacheApplication.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Web.ApacheApp.TApacheApplication.Create erbt von Web.WebBroker.TWebApplication.Create. Der folgende Inhalt bezieht sich auf Web.WebBroker.TWebApplication.Create.

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