RAD Studio VCL Reference
ContentsIndex
TService Members Published Properties
Published Properties
 
Name 
Description 
 
Indicates whether clients are allowed to pause the service. 
 
Indicates whether clients are allowed to stop the service. 
 
Lists the services or load ordering groups on which the service depends. 
 
Identifies the service in the Windows Service Control Manager. 
 
Indicates the severity of service startup failure. 
 
Indicates whether the service is interactive with the Windows desktop. 
 
Names of the load ordering group that includes the service. 
 
Name 
Specifies the name of the component as referenced in code. 
 
Specifies when OnCreate and OnDestroy events occur. 
 
Specifies the password, optionally used depending upon the ServiceStartName, for accessing the service. 
 
ServiceStartName is the name used in the Service Control Manager Startup dialog to start the service. 
 
Identifies the type of the service as Win32, device driver, or file system driver. 
 
Indicates when or how the service starts. 
 
Tag 
Stores an integer value as part of a component. 
 
Specifies a unique tag for the service within its LoadGroup
 
Specifies the estimated time, in milliseconds, between a call from the Windows Service Control Manager and the service reporting its status. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.