FieldSpec.HyperLabel Property (Typed) | |
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
public virtual HyperLabel HyperLabel { get; }
Request Example
View SourceProperty Value
Type:
HyperLabelThe 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:
1cCaption := oFieldSpec:HyperLabel:Caption
2cDescription := oFieldSpec:HyperLabel:Description
3cHelpContext := oFieldSpec:HyperLabel:HelpContext
See Also