DbServer.FieldHyperLabel Method | |
Return the hyperlabel of a specified field.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldHyperLabel(
uField
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldHyperLabel(
Usual uField = default
)
Request Example
View SourceParameters
- uField (Optional)
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
Usual
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