IHYCrossPlatformModuleController
Overview
The IHYCrossPlatformModuleController interface defines a cross-platform module controller that is used to centralize plugin registration in the Hydra framework.
This interface is implemented by both managed and unmanaged controllers to enable cross-platform interaction without additional configuration.
Location
- Unit: Hydra.Core.Interfaces.pas
- Ancestry: IHYCrossPlatformInterface | IHYCrossPlatformModuleController
Properties
Host
The reference to the plugin host interface.
property Host: IHYCrossPlatformHost read write
Required Methods
GetLargeImages safecall
Returns the handle of the image list used for large images.
function GetLargeImages: THandle
GetSmallImages safecall
Returns the handle of the image list used for small images.
function GetSmallImages: THandle
- ModuleController
-
IHYCrossPlatformModuleController Interface
- .NET
- Delphi