[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Container to define depenencies on other services.
Source position: daemonapp.pp line 149
type TDependency = class(TCollectionItem) end; |
||
public |
||
procedure Assign(); override; |
|
Assign TDependency instance to another |
published |
||
property Name: string; [rw] |
|
Name of the service |
property IsGroup: Boolean; [rw] |
|
Name refers to a service group |
|
Container to define depenencies on other services. |
|
| | ||
| | ||
| | ||
TDependency is a collection item used to specify dependencies on other daemons (services) in windows. It is used only on windows and when installing the daemon: changing the dependencies of a running daemon has no effect.
|
Dependencies collection for a daemon |
|
|
Daemon definition |