Web.ApacheApp.TApacheApplication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Web.ApacheApp.pas
Web.ApacheApp.hpp
Web.ApacheApp TApacheApplication

Description

Creates an instance of TWebApplication.

Web.ApacheApp.TApacheApplication.Create inherits from Web.WebBroker.TWebApplication.Create. All content below this line refers to Web.WebBroker.TWebApplication.Create.

Creates an instance of TWebApplication.

Do not call Create. The single Web application object named Application is instantiated automatically when the CGIApp unit, the ISAPIApp unit, or the ApacheApp unit is included in the uses list of the project.

Create allocates the helper objects used by TWebApplication.

See Also