RAD Studio VCL Reference
ContentsIndex
TService Members Published Events
Published Events
 
Name 
Description 
 
Occurs immediately after the service is registered with the Windows Service Control manager. 
 
Occurs immediately after the service is removed from the Service Control manager's database. 
 
Occurs before the service is first registered with the Windows Service Control manager. 
 
Occurs immediately before the service is removed from the Service Control manager's database. 
 
Occurs when the Service Control manager resumes the service after it has been paused. 
 
Occurs when an application instantiates a data module. 
 
Occurs when the data module is about to be destroyed. 
 
Occurs when the thread associated with the service starts up. 
 
Occurs when the Service Control manager pauses the service temporarily. 
 
Occurs when the system running the service application is about to shut down. 
 
OnStartup occurs when the service first starts up, before the OnExecute event. 
 
Occurs when the Service Control manager stops the service. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.