Vcl.SvcMgr.TDependencies
Delphi
TDependencies = class(TCollection)
C++
class PASCALIMPLEMENTATION TDependencies : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.SvcMgr.pas Vcl.SvcMgr.hpp |
Vcl.SvcMgr | Vcl.SvcMgr |
Description
TDependencies is a container for TDependency objects.
TDependencies is a collection of TDependency objects, each of which represents a dependent service or load ordering group for a service (TService instance). TDependencies objects are the implementation of the Dependencies property of TService.