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

TfpmResolvePackagePathsPlugin

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Plugin for resolving package file paths

Declaration

Source position: fpmkunit.pp line 1641

type TfpmResolvePackagePathsPlugin = class(TfpmPlugin)

public

  procedure BeforeResolvePackagePath(); override;

  

Called before path resolution by plugin

  procedure ResolvePackagePath(); override;

  

Resolves package path using plugin logic

end;

Inheritance

TfpmResolvePackagePathsPlugin

  

Plugin for resolving package file paths

|

TfpmPlugin

  

Base class for FPMake plugins

|

TObject

Description

TfpmResolvePackagePathsPlugin implements a specialized plugin for package file path resolution. This plugin provides specific logic for locating package files and directories within the file system.


Documentation generated on: Dec 15 2025