SQLSelect.FieldHyperLabel Method (Typed) | |
Return the hyperlabel of a specified column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldHyperLabel(
uFieldPos AS USUAL
) AS HyperLabel
public override HyperLabel FieldHyperLabel(
Usual uFieldPos
)
Request Example
View SourceParameters
- uFieldPos
- Type: Usual
The name, number, or symbol representing the desired column.
Return Value
Type:
HyperLabel
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