IHYToolbarItem

From RemObjects Software

Jump to: navigation, search

This is a Hydra Architecture entry
Feel free to add your notes to this topic below.



Overview

The IHYToolbarItem interface defines the interface that all toolbar items generated by user interface controllers must support.

Objects implementing this interface are returned by the events of the THYPluginControlsRepository and can be used by the plugin to access the user interface items in the host form.

File

uHYIntf

Declaration

IHYToolbarItem = interface(IHYControl);

Hierarchy

Properties

Property
Type
Description
Action Inherited from IHYControl

Used to read or set the action associated with the control.

Caption Inherited from IHYControl

Used to read or set the caption associated with the control.

Index Inherited from IHYControl

Used to read or set the index associated with the control.

Properties Inherited from IHYObjectReference

Used to set the value of the published properties of the referenced TObject.

This function uses the RTTI functions SetPropValue and GetPropValue internally.

RefObject Inherited from IHYObjectReference

Returns a pointer to the referenced TObject.


Methods

Method
Description
DestroyObject Inherited from IHYObjectReference

Used to destroy the referenced TObject. It is not normally necessary to call this method directly.


See Also


Product: RemObjects Hydra
Current version: Hydra 3.0

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools