RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServiceApplication.Create Constructor

Instantiates a TServiceApplication object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TServiceApplication(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!