Click or drag to resize

DbServer.FieldHyperLabel Method (Typed)

X#
Return the hyperlabel of a specified field.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldHyperLabel(
	uField AS USUAL
) AS HyperLabel
Request Example View Source

Parameters

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

Return Value

Type: HyperLabel
The field hyperlabel or NIL.
Remarks
By accessing the hyperlabel, you can in turn access its various properties which annotate the field:
X#
1oDBServer:FieldHyperLabel(#LastName):Caption
2oDBServer:FieldHyperLabel(#LastName):Description
3oDBServer:FieldHyperLabel(#LastName):HelpContext
See Also