Creates a new package dependency instance
Source position: fpmkunit.pp line 613
public constructor TDependency.Create( |
aCollection: TCollection |
); override; |
aCollection |
|
Collection that will contain this dependency |
Create initializes a new TDependency object with the specified collection owner.
The constructor establishes the dependency relationship and registers it with the provided collection.
Dependencies are used to define build order requirements and package relationship constraints.