Vcl.SvcMgr.TService Properties
InheritedProtected
| AllowPause | published | Indicates whether clients are allowed to pause the service. |
| AllowStop | published | Indicates whether clients are allowed to stop the service. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| Dependencies | published | Lists the services or load ordering groups on which the service depends. |
| DesignInfo | public | Contains information used by the Form designer. |
| DesignOffset | public | Specifies the design offset for the data module at design time. |
| DesignSize | public | Specifies the design size for the data module at design time. |
| DisplayName | published | Identifies the service in the Windows Service Control Manager. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrCode | public | Contains the service specific error code returned on starting or stopping the service. |
| ErrorSeverity | published | Indicates the severity of service startup failure. |
| Interactive | published | Indicates whether the service is interactive with the Windows desktop. |
| LoadGroup | published | Names of the load ordering group that includes the service. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| OldCreateOrder | published | Specifies when OnCreate and OnDestroy events occur. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| Param | public | Lists the parameters to the service. |
| ParamCount | public | Indicates the number of startup parameters for the service. |
| Password | published | Specifies the password, optionally used depending upon the ServiceStartName, for accessing the service. |
| ServiceStartName | published | ServiceStartName is the name used in the Service Control Manager Startup dialog to start the service. |
| ServiceThread | public | Identifies the dedicated thread for the service. |
| ServiceType | published | Identifies the type of the service as Win32, device driver, or file system driver. |
| StartType | published | Indicates when or how the service starts. |
| Status | public | Indicates the current state of the service. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| TagID | published | Specifies a unique tag for the service within its LoadGroup. |
| Terminated | public | Indicates whether the service thread has terminated. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| WaitHint | published | Specifies the estimated time, in milliseconds, between a call from the Windows Service Control Manager and the service reporting its status. |
| Win32ErrCode | public | Indicates the Win32 error code reported by the service if a service specific code is not defined. |