DataServer.FieldHyperLabel Method | |
Return the hyperlabel defined for a field in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldHyperLabel(
nFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FieldHyperLabel(
Usual nFieldPosition = default
)
Request Example
View SourceParameters
- nFieldPosition (Optional)
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
UsualRemarks
By accessing a field's hyperlabel, you can, in turn, access its various properties which annotate the field. For example:
1oDataServer:FieldHyperLabel(#LastName):Caption
2oDataServer:FieldHyperLabel(#LastName):Description
3oDataServer:FieldHyperLabel(#LastName):HelpContext
See Also