RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDependency.IsGroup Property

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

Pascal
property IsGroup: Boolean;
C++
__property Boolean IsGroup;

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!