Type of dependency relationship
Source position: fpmkunit.pp line 617
public property TDependency.DependencyType : TDependencyType |
Specifies the type of dependency: package, implicit package, unit, or include file.
The dependency type determines how the dependency is resolved and linked.
This read-only property is set when the dependency is added to the dependencies collection.
|
Adds a new package dependency to the collection |
|
|
Adds a unit dependency to the collection |
|
|
Adds an include file dependency to the collection |