Click or drag to resize

DataField.HyperLabel Property (Typed)

X#
The hyperlabel connected to this field.

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

Property Value

Type: HyperLabel
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