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

TDependency.DependencyType

Type of dependency relationship

Declaration

Source position: fpmkunit.pp line 617

public property TDependency.DependencyType : TDependencyType
  read FDependencyType;

Description

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.

See also

TDependencies.Add

  

Adds a new package dependency to the collection

TDependencies.AddUnit

  

Adds a unit dependency to the collection

TDependencies.AddInclude

  

Adds an include file dependency to the collection


Documentation generated on: Dec 15 2025