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

TfpmPluginManager.BeforeResolvePackagePath

Notifies all plugins before path resolution

Declaration

Source position: fpmkunit.pp line 1634

public procedure TfpmPluginManager.BeforeResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  out AContinue: Boolean

); override;

Arguments

ABuildEngine

  

Build engine performing resolution

APackage

  

Package whose path is being resolved

AContinue

  

Whether to continue resolution process

Description

BeforeResolvePackagePath notifies all registered plugins before package path resolution begins. This method allows plugins to prepare for or modify the upcoming path resolution process.

The manager iterates through all registered plugins, calling their BeforeResolvePackagePath methods to enable coordinated plugin processing during package discovery operations.


Documentation generated on: Dec 15 2025