Class reference type for FPMake plugins
Source position: fpmkunit.pp line 1467
type TfpmPluginClass = class of TfpmPlugin; |
TfpmPluginClass is a class reference type used for registering and instantiating plugin classes. This type enables dynamic plugin creation and management within the plugin system.