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

TfpmPluginManager.RegisterPlugin

Registers plugin with the manager

Declaration

Source position: fpmkunit.pp line 1632

public procedure TfpmPluginManager.RegisterPlugin(

  APlugin: TfpmPluginClass

);

Arguments

APlugin

  

Plugin instance to register

Description

RegisterPlugin adds a plugin instance to the manager's collection of active plugins. This method enables the plugin to participate in build system events and callbacks.

Registered plugins receive notifications during package resolution, compilation, and other build operations, allowing them to extend or customize build system behavior.


Documentation generated on: Dec 15 2025