SQLSelect.FieldHyperLabel Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldHyperLabel(
Usual uFieldPos = default
)
Request Example
View SourceParameters
- 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:
1oServer:FieldHyperLabel(#LastName):Caption
2oServer:FieldHyperLabel(#LastName):Description
3oServer:FieldHyperLabel(#LastName):HelpContext
See Also