Click or drag to resize

FieldSpec.HyperLabel Property (Typed)

X#
The hyperlabel connected to this field specification.

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 specification.
Remarks
The hyperlabel connected to this field specification. From the hyperlabel, you can retrieve additional information about the field specification — for example:
X#
1cCaption := oFieldSpec:HyperLabel:Caption
2cDescription := oFieldSpec:HyperLabel:Description
3cHelpContext := oFieldSpec:HyperLabel:HelpContext
See Also