IHYPlugin
From RemObjects Software
This is a Hydra Architecture entry
Feel free to add your notes to this topic below.
Overview
IHYPlugin is the ancestor of all Hydra plugin interfaces.
File
uHYIntf
Declaration
IHYPlugin = interface(IHYHostAware);
Hierarchy
- IInterface
- IHYHostAware
- IHYPlugin
- IHYHostAware
Properties
| | | |
|---|---|---|
| InstanceID |
Read InstanceID to determine the run-time identifier of the plugin instance. | |
| PluginActions |
Set PluginActions to a VCL ActionList component in the Hydra plugin. The host application should use PluginActions for accessing the action objects of the plugin. | |
| Host | Inherited from IHYHostAware
Read Host to access the IHYHost interface of the THYModuleManager component of the host application. | |
| HostParameters | Inherited from IHYHostAware
The purpose of HostParameters is to provide initialization parameters for the plugin creation. HostParameters will be assigned by the host immediately after the module controller has been loaded or the plugin has been created. The plugin should assign an event handler to OnSetHostParameters to respond to this event. |
Methods
| | |
|---|---|
| GetObject | Call GetObject to obtain a TObject reference to the plugin instance. |
See Also
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Hydra | Architecture | Interface | Delphi
