|
RAD Studio VCL Reference
|
Indicates whether clients are allowed to stop the service.
property AllowStop: Boolean;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|