RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceApplication.Initialize Method

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

Pascal
procedure Initialize; virtual;
C++
virtual __fastcall Initialize();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!