IHYToolbarItem
From RemObjects Software
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
- IInterface
- IHYObjectReference
- IHYControl
- IHYToolbarItem
- IHYControl
- IHYObjectReference
Properties
| | | |
|---|---|---|
| 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
| | |
|---|---|
| DestroyObject | Inherited from IHYObjectReference
Used to destroy the referenced TObject. It is not normally necessary to call this method directly. |
See Also
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Hydra | Architecture | Interface | Delphi
