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

TfpmPlugin

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

Base class for FPMake plugins

Declaration

Source position: fpmkunit.pp line 1613

type TfpmPlugin = class

public

  property Name: string; [r]

  

Name of the plugin

  procedure BeforeResolvePackagePath(); virtual;

  

Called before resolving package path

  procedure ResolvePackagePath(); virtual;

  

Resolves package path location

  procedure AfterResolvePackagePath(); virtual;

  

Called after resolving package path

end;

Inheritance

TfpmPlugin

  

Base class for FPMake plugins

|

TObject

Description

TfpmPlugin provides the foundation for implementing FPMake plugins that extend build system functionality. Plugins enable custom processing during various phases of the package building and installation process.


Documentation generated on: Dec 15 2025