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

TfpmPluginManager.AfterResolvePackagePath

Notifies all plugins after path resolution

Declaration

Source position: fpmkunit.pp line 1636

public procedure TfpmPluginManager.AfterResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  out AContinue: Boolean

); override;

Arguments

ABuildEngine

  

Build engine that performed resolution

APackage

  

Package whose path was resolved

AContinue

  

Whether to continue processing

Description

AfterResolvePackagePath notifies all registered plugins after package path resolution completes. This method enables plugins to perform post-resolution processing or cleanup operations.

The manager provides resolution results to all plugins, allowing them to cache information, validate results, or trigger additional processing based on the resolved package paths.


Documentation generated on: Dec 15 2025