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

TBuildEngine.DependencyOK

Checks if dependency is satisfied

Declaration

Source position: fpmkunit.pp line 1435

public function TBuildEngine.DependencyOK(

  ADependency: TDependency

):Boolean;

Arguments

ADependency

  

Dependency to check

Function result

True if dependency is satisfied

Description

DependencyOK verifies whether a specified package dependency is satisfied and available for the build process. This function checks dependency resolution, version requirements, and availability of the required package.

The method returns True if the dependency is properly resolved and can be used during compilation, or False if the dependency is missing, has version conflicts, or cannot be satisfied.


Documentation generated on: Dec 15 2025