Click or drag to resize

ControlWindow.HyperLabel Property

X#
The hyperlabel connected to the control on which the control window is based.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HyperLabel AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The hyperlabel connected to the control on which the control window is based.
Remarks
The hyperlabel connected to the control on which the control window is based. From the hyperlabel, you can retrieve additional information about the control:
Examples
X#
1cCaption := oControlWindow:HyperLabel:Caption
2cDescription := oControlWindow:HyperLabel:Description
3cHelpContext := oControlWindow:HyperLabel:HelpContext
See Also