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

TfpmResolvePackagePathsPlugin.BeforeResolvePackagePath

Called before path resolution by plugin

Declaration

Source position: fpmkunit.pp line 1646

public procedure TfpmResolvePackagePathsPlugin.BeforeResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  out AContinue: Boolean

); override;

Arguments

ABuildEngine

  

Build engine performing resolution

APackage

  

Package to resolve path for

AContinue

  

Whether to continue resolution

Description

BeforeResolvePackagePath is called before the plugin performs package path resolution. This method enables pre-processing and preparation for the package discovery operation.


Documentation generated on: Dec 15 2025