Click or drag to resize

DataServer.FieldHyperLabel Method (Typed)

X#
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
Request Example View Source

Parameters

nFieldPosition
Type: Usual
The name, number, or symbol representing the desired field.

Return Value

Type: HyperLabel
Remarks
By accessing a field's hyperlabel, you can, in turn, access its various properties which annotate the field. For example:
X#
1oDataServer:FieldHyperLabel(#LastName):Caption
2oDataServer:FieldHyperLabel(#LastName):Description
3oDataServer:FieldHyperLabel(#LastName):HelpContext
See Also