Vcl.SvcMgr.TServiceApplication.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceApplication

Description

Instantiates a TServiceApplication object.

Applications do not need to call the constructor directly. TServiceApplication is instantiated by selecting File | New from the menu of the IDE main window and selecting Service Application in the New Items dialog. An Application variable of type TServiceApplication is declared and initialized as the instance of the application.