Vcl.SvcMgr.TService Events
InheritedProtected
| AfterInstall | published | Occurs immediately after the service is registered with the Windows Service Control manager. |
| AfterUninstall | published | Occurs immediately after the service is removed from the Service Control manager's database. |
| BeforeInstall | published | Occurs before the service is first registered with the Windows Service Control manager. |
| BeforeUninstall | published | Occurs immediately before the service is removed from the Service Control manager's database. |
| OnContinue | published | Occurs when the Service Control manager resumes the service after it has been paused. |
| OnCreate | published | Occurs when an application instantiates a data module. |
| OnDestroy | published | Occurs when the data module is about to be destroyed. |
| OnExecute | published | Occurs when the thread associated with the service starts up. |
| OnGetDeltaStreams | protected | |
| OnPause | published | Occurs when the Service Control manager pauses the service temporarily. |
| OnShutdown | published | Occurs when the system running the service application is about to shut down. |
| OnStart | published | OnStartup occurs when the service first starts up, before the OnExecute event. |
| OnStop | published | Occurs when the Service Control manager stops the service. |