Vcl.SvcMgr.TService Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterInstallpublishedOccurs immediately after the service is registered with the Windows Service Control manager.
AfterUninstallpublishedOccurs immediately after the service is removed from the Service Control manager's database.
BeforeInstallpublishedOccurs before the service is first registered with the Windows Service Control manager.
BeforeUninstallpublishedOccurs immediately before the service is removed from the Service Control manager's database.
OnContinuepublishedOccurs when the Service Control manager resumes the service after it has been paused.
OnCreatepublishedOccurs when an application instantiates a data module.
OnDestroypublishedOccurs when the data module is about to be destroyed.
OnExecutepublishedOccurs when the thread associated with the service starts up.
OnGetDeltaStreamsprotected
OnPausepublishedOccurs when the Service Control manager pauses the service temporarily.
OnShutdownpublishedOccurs when the system running the service application is about to shut down.
OnStartpublishedOnStartup occurs when the service first starts up, before the OnExecute event.
OnStoppublishedOccurs when the Service Control manager stops the service.