RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.OnStop Event

Occurs when the Service Control manager stops the service.

Pascal
property OnStop: TStopEvent;
C++
__property TStopEvent OnStop;

Write an OnStop event handler to take specific action when the service stops. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!