DbServer.FieldSym Method
|
|
Return the name of a specified field.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD FieldSym(
uField
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldSym(
Usual uField = default
) Request Example
View SourceParameters
- 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