Vcl.SvcMgr.TDependencies

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTDependencies

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.

See Also