Click or drag to resize

SQLSelect.FieldHyperLabel Method

X#
Return the hyperlabel of a specified column.

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

Parameters

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

Return Value

Type: Usual
The column hyperlabel object if successful; otherwise, NULL_OBJECT.
Remarks
By accessing the hyperlabel, you can in turn access its various properties which annotate the column:
X#
1oServer:FieldHyperLabel(#LastName):Caption
2oServer:FieldHyperLabel(#LastName):Description
3oServer:FieldHyperLabel(#LastName):HelpContext
See Also