RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDependencies Class

TDependencies is a container for TDependency objects.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!