RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDependencies Class

TDependencies is a container for TDependency objects.

Pascal
TDependencies = class(TCollection);
C++
class TDependencies : public TCollection;

SvcMgr

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

 

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