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

TfpmPlugin.ResolvePackagePath

Resolves package path location

Declaration

Source position: fpmkunit.pp line 1620

public procedure TfpmPlugin.ResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  SearchDirectory: string;

  out AContinue: Boolean

); virtual;

Arguments

ABuildEngine

  

Build engine performing resolution

APackage

  

Package to resolve path for

SearchDirectory

  

Directory to search in

AContinue

  

Whether to continue searching

Description

ResolvePackagePath performs the actual package path resolution logic within the plugin. This method implements custom package discovery algorithms and location strategies.

The plugin can search in custom directories, apply naming conventions, or use alternative package discovery mechanisms to locate package files and directories.


Documentation generated on: Dec 15 2025