IHYPluginFactorySupport
Overview
IHYPluginFactorySupport - the support interface used for registering class factories from VCL plugins inside THYModuleController instance
Location
- Unit: Hydra.VCL.PluginFactories.pas
- Ancestry: IHYPluginFactorySupport
Required Methods
RegisterPluginFactory
Register plugin factory inside module controller.
procedure RegisterPluginFactory(const aPluginFactory: THYBasePluginFactory)
Parameters:
- aPluginFactory: Reference to a plugin factory.