DataServer.FieldHyperLabel Method (Typed) | |
Return the hyperlabel defined for a field in this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldHyperLabel(
nFieldPosition AS USUAL
) AS HyperLabel
public virtual HyperLabel FieldHyperLabel(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
HyperLabelRemarks
By accessing a field's hyperlabel, you can, in turn, access its various properties which annotate the field. For example:
1oDataServer:FieldHyperLabel(#LastName):Caption
2oDataServer:FieldHyperLabel(#LastName):Description
3oDataServer:FieldHyperLabel(#LastName):HelpContext
See Also