|
RAD Studio VCL Reference
|
Lists the services or load ordering groups on which the service depends.
property Dependencies: TDependencies;
__property TDependencies Dependencies;
Dependencies is a container for TDependency objects, which are dependent services or load ordering groups that must start before this service. If the container is empty, the service has no dependencies.
Dependency on a service means that this service can only run if the service it depends on is running. Dependency on a group means that this service can run if at least one member of the group is running after an attempt to start all members of the group.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|