IHYFMXVisualPlugin
Overview
IHYFMXVisualPlugin is the interface of visual Hydra plugins. It is implemented by the THYFMXVisualPlugin form class.
Use visual plugins for GUI modules. IHYFMXVisualPlugin has methods that will let the host application show the module and access its actions.
Location
- Unit: Hydra.FMX.Interfaces.pas
- Ancestry: IHYFMXPlugin | IHYFMXVisualPlugin
Properties
Host (declared in IHYFMXHostAware)
The reference to the plugin host interface.
property Host: IHYFMXHost read
Visible
This property changes the plugin visibility.
property Visible: Boolean read write
Required Methods
Hide
Hides the visual plugin.
procedure Hide
Show
Shows plugin control.
procedure Show
ShowParented
Shows the visual plugin and sets its parent to the provided value.
procedure ShowParented(aParent: TControl)
Parameters:
- aParent: Reference to a parent control.