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