IHYControl

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 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

Properties

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

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