DataField.HyperLabel Property | |
The hyperlabel connected to this field.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS USUAL GET
public virtual Usual HyperLabel { get; }
Request Example
View SourceProperty Value
Type:
UsualThe 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