IHYHostAware

From RemObjects Software

Jump to: navigation, search

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

Property
Type
Description
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


Product: RemObjects Hydra
Current version: Hydra 3.0

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools