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

TDependencies

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection of build dependencies

Declaration

Source position: fpmkunit.pp line 690

type TDependencies = class(TConditionalStrings)

public

  function Add();

  

Adds a new package dependency to the collection

  function AddUnit();

  

Adds a unit dependency to the collection

  function AddInclude();

  

Adds an include file dependency to the collection

  function GetEnumerator;

  

Gets enumerator for iterating dependencies

  property Dependencies []: TDependency; default; [rw]

  

Indexed access to dependency objects in the collection

end;

Inheritance

TDependencies

  

Collection of build dependencies

|

TConditionalStrings

  

Collection of conditional string values

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TDependencies is a collection class that manages build dependencies for Free Pascal packages.

This collection stores and organizes dependency objects, providing indexed access and management functionality.


Documentation generated on: Dec 15 2025