FieldSpec.HyperLabel Property | |
The hyperlabel connected to this field specification.
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 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