RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService Properties

The properties of the TService class are listed here.

 
Name 
Description 
 
Contains the service specific error code returned on starting or stopping the service. 
 
Lists the parameters to the service. 
 
Indicates the number of startup parameters for the service. 
 
Identifies the dedicated thread for the service. 
 
Indicates the current state of the service. 
 
Indicates whether the service thread has terminated. 
 
Indicates the Win32 error code reported by the service if a service specific code is not defined. 
 
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. 
 
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. 
 
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!