DbServer.FieldHyperLabel Method (Typed) | |
Return the hyperlabel of a specified field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldHyperLabel(
uField AS USUAL
) AS HyperLabel
public override HyperLabel FieldHyperLabel(
Usual uField
)
Request Example
View SourceParameters
- uField
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
HyperLabel
The field hyperlabel or NIL.
Remarks
By accessing the hyperlabel, you can in turn access its various properties which annotate the field:
1oDBServer:FieldHyperLabel(#LastName):Caption
2oDBServer:FieldHyperLabel(#LastName):Description
3oDBServer:FieldHyperLabel(#LastName):HelpContext
See Also