[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Container to define dependencies on other services.
Source position: daemonapp.pp line 155
type TDependency = class(TCollectionItem) |
||
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 |
end; |
|
Container to define dependencies 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 |