Vcl.SvcMgr.TDependency

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTDependency

Delphi

TDependency = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TDependency : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr Vcl.SvcMgr

Description

TDependency object represents a dependent service or load ordering group used by TService objects.

A TDependency object represents a new service or load ordering group that must start before the service represented by a TService object. Collections of dependency objects are TDependencies objects. TService has Dependencies and LoadGroup properties that use dependency collections. Each dependency has a Name property that identifies the service or load ordering group, and a boolean IsGroup property to indicate whether the dependency represents a load ordering group.

See Also