Vcl.SvcMgr.TServiceApplication.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; virtual;

C++

virtual void __fastcall Initialize();

Properties

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

Description

Sets the initial state of the application and hides any associated MainForm.

Initialize sets the initial state of the application to hide any main form that may be associated with the application. Service applications are rarely interactive and do not typically have a form associated with them. If a form has been added to the application, Initialize hides it on start. Initialize then follows the standard (default) VCL application initialization process.