Click or drag to resize

DataField.HyperLabel Property

X#
The hyperlabel connected to this field.

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

Property Value

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