RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDependencies.Create Constructor

Creates an instance of a TDependencies object.

Pascal
constructor Create(Owner: TPersistent);
C++
__fastcall TDependencies(TPersistent * Owner);

Applications should not need to call the constructor directly. Instances of TService create the TDependencies object from their own constructors. The Owner parameter is the TService instance that uses the TDependencies object to implement its Dependencies property. 

Create sets the TDependency owner to the Owner parameter and calls the inherited Create. 

 

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