Click or drag to resize

DataServer.FieldHyperLabel Method

X#
Return the hyperlabel defined for a field in this data server.

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

Parameters

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

Return Value

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