RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService Events

The events of the TService class are listed here.

 
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 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!