Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDependency.Create

Creates a new package dependency instance

Declaration

Source position: fpmkunit.pp line 613

public constructor TDependency.Create(

  aCollection: TCollection

); override;

Arguments

aCollection

  

Collection that will contain this dependency

Description

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.


Documentation generated on: Dec 15 2025