Click or drag to resize

DbServer.FieldSym Method

X#
Return the name of a specified field.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldSym(
	uField
) AS USUAL CLIPPER
Request Example View Source

Parameters

uField (Optional)
Type: Usual
The number of the desired field.

Return Value

Type: Usual
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