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

TfpmPlugin.AfterResolvePackagePath

Called after resolving package path

Declaration

Source position: fpmkunit.pp line 1621

public procedure TfpmPlugin.AfterResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  out AContinue: Boolean

); virtual;

Arguments

ABuildEngine

  

Build engine that performed resolution

APackage

  

Package whose path was resolved

AContinue

  

Whether to continue processing

Description

AfterResolvePackagePath is called by the build engine after package path resolution completes. This method enables plugins to perform post-resolution processing or cleanup operations.


Documentation generated on: Dec 15 2025