IHYHostAware
From RemObjects Software
This is a Hydra Architecture entry
Feel free to add your notes to this topic below.
Overview
IHYHostAware is the base interface for the IHYPlugin and IHYModuleController interfaces. IHYHostAware is used by the top classes that are used in Hydra plugin modules, such as THYModuleController, THYVisualPlugin and THYNonVisualPlugin.
File
uHYIntf
Declaration
IHYHostAware = interface;
Hierarchy
- IInterface
- IHYHostAware
Properties
| | | |
|---|---|---|
| Host |
Read Host to access the IHYHost interface of the THYModuleManager component of the host application. | |
| HostParameters |
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. |
See Also
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Hydra | Architecture | Interface | Delphi
