Vcl.SvcMgr.TDependencies.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TPersistent);

C++

__fastcall TDependencies(System::Classes::TPersistent* Owner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TDependencies

Description

Creates an instance of a TDependencies object.

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.

See Also