RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDependency Class

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

Pascal
TDependency = class(TCollectionItem);
C++
class TDependency : public TCollectionItem;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!