Click or drag to resize

DbServer.FieldSym Method (Typed)

X#
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
Request Example View Source

Parameters

uField
Type: Usual
The number of the desired field.

Return Value

Type: Symbol
Remarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also