IHYControl
From RemObjects Software
This is a Hydra Architecture entry
Feel free to add your notes to this topic below.
Overview
The IHYControl interface is the base interface for all controls created by a user interface controller in a host application.
It provides uniform and standardized access to properties such as Action, Index and Caption of all such controls without requiring specific type casts to VCL, Developer Express or Toolbar 2000 components.
File
uHYIntf
Declaration
IHYControl = interface(IHYObjectReference);
Hierarchy
- IInterface
- IHYObjectReference
- IHYControl
- IHYObjectReference
Properties
| | | |
|---|---|---|
| Action |
Used to read or set the action associated with the control. | |
| Caption |
Used to read or set the caption associated with the control. | |
| Index |
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
