Vcl.SvcMgr.TDependency.IsGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsGroup: Boolean read FIsGroup write FIsGroup;

C++

__property bool IsGroup = {read=FIsGroup, write=FIsGroup, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TDependency

Description

Indicates whether the dependency represents a load ordering group for a service (TService object).

IsGroup indicates whether the dependency represents a load ordering group.

Note:  : Because services and service groups share the same name space, group names must be prefixed by the SC_GROUP_IDENTIFIER character to distinguish them from service names. If IsGroup is set to true, SC_GROUP_IDENTIFIER will automatically be prefixed to the Dependency name (Name property). DisplayName is not modified.

See Also