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

TfpmResolvePackagePathsPlugin.ResolvePackagePath

Resolves package path using plugin logic

Declaration

Source position: fpmkunit.pp line 1647

public procedure TfpmResolvePackagePathsPlugin.ResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  SearchPath: string;

  out AContinue: Boolean

); override;

Arguments

ABuildEngine

  

Build engine performing resolution

APackage

  

Package to resolve path for

SearchPath

  

Search path for package resolution

AContinue

  

Whether to continue searching

Description

ResolvePackagePath implements the core package path resolution logic for this plugin. This method searches for package files using plugin-specific strategies and search algorithms.


Documentation generated on: Dec 15 2025