Click or drag to resize

FieldSpec.HyperLabel Property

X#
The hyperlabel connected to this field specification.

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 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