Click or drag to resize

DbServer.FieldHyperLabel Method

X#
Return the hyperlabel of a specified field.

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

Parameters

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

Return Value

Type: Usual
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