Vcl.SvcMgr.TService Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllowPausepublishedIndicates whether clients are allowed to pause the service.
AllowStoppublishedIndicates whether clients are allowed to stop the service.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
DependenciespublishedLists the services or load ordering groups on which the service depends.
DesignInfopublicContains information used by the Form designer.
DesignOffsetpublicSpecifies the design offset for the data module at design time.
DesignSizepublicSpecifies the design size for the data module at design time.
DisplayNamepublishedIdentifies the service in the Windows Service Control Manager.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ErrCodepublicContains the service specific error code returned on starting or stopping the service.
ErrorSeveritypublishedIndicates the severity of service startup failure.
InteractivepublishedIndicates whether the service is interactive with the Windows desktop.
LoadGrouppublishedNames of the load ordering group that includes the service.
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OldCreateOrderpublishedSpecifies when OnCreate and OnDestroy events occur.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
ParampublicLists the parameters to the service.
ParamCountpublicIndicates the number of startup parameters for the service.
PasswordpublishedSpecifies the password, optionally used depending upon the ServiceStartName, for accessing the service.
ServiceStartNamepublishedServiceStartName is the name used in the Service Control Manager Startup dialog to start the service.
ServiceThreadpublicIdentifies the dedicated thread for the service.
ServiceTypepublishedIdentifies the type of the service as Win32, device driver, or file system driver.
StartTypepublishedIndicates when or how the service starts.
StatuspublicIndicates the current state of the service.
TagpublishedStores a NativeInt integral value as a part of a component.
TagIDpublishedSpecifies a unique tag for the service within its LoadGroup.
TerminatedpublicIndicates whether the service thread has terminated.
VCLComObjectpublicRepresents information used internally by components that support COM.
WaitHintpublishedSpecifies the estimated time, in milliseconds, between a call from the Windows Service Control Manager and the service reporting its status.
Win32ErrCodepublicIndicates the Win32 error code reported by the service if a service specific code is not defined.