DbServer.FieldSym Method (Typed) | |
Return the name of a specified field.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldSym(
uField AS USUAL
) AS SYMBOL
public override Symbol FieldSym(
Usual uField
)
Request Example
View SourceParameters
- uField
- Type: Usual
The number of the desired field.
Return Value
Type:
SymbolRemarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also