Click or drag to resize

Control.HyperLabel Property

X#
The hyperlabel connected to the control.

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

Property Value

Type: Usual
The hyperlabel connected to the control.
Remarks
From the hyperlabel, you can retrieve additional information about the control—for example:
X#
1cCaption := oControl:HyperLabel:Caption
2cDescription := oControl:HyperLabel:Description
3cHelpContext := oControl:HyperLabel:HelpContext
See Also