IHYPlugin

From RemObjects Software

Jump to: navigation, search

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

Properties

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

Method
Description
GetObject Call GetObject to obtain a TObject reference to the plugin instance.


See Also


Product: RemObjects Hydra
Current version: Hydra 3.0

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools