DbServer.FieldGetFormatted Method | |
Return the contents of a specified field according to the formatting specifications of its FieldSpec object.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldGetFormatted(
uField
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual FieldGetFormatted(
Usual uField = default
)
Request Example
View SourceParameters
- uField (Optional)
- Type: Usual
The name, number, or symbol representing the desired field.
Return Value
Type:
UsualSee Also