RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.AllowStop Property

Indicates whether clients are allowed to stop the service.

Pascal
property AllowStop: Boolean;
C++
__property Boolean AllowStop;

AllowStop indicates whether clients of the service can stop it by calling the Windows API ControlService function. When AllowStop is true, an OnStop event occurs before the service stops. 

 

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