RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.Application Variable

Represents a service Application for a service project.

Pascal
Application: TServiceApplication = nil;
C++
TServiceApplication Application = nil;

By default, when a new service Application project is created, the Forms designer constructs an Application object and assigns it to Application. If the project represents a service Application, Application is initialized to a TServiceApplication object. 

 

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