DataServer.FieldSpec Method | |
Return the FieldSpec object for a field in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FieldSpec(
nFieldPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FieldSpec(
Usual nFieldPosition = default
)
Request Example
View SourceParameters
- nFieldPosition (Optional)
- Type: Usual
The number representing the desired field.
Return Value
Type:
UsualRemarks
By referencing the attributes of a field's FieldSpec object, the individual properties and methods of the field can be accessed. For example:
1oDataServer:FieldSpec(1):Description
For more information on FieldSpecs, refer to "Defining Data Servers and FieldSpecs" in the IDE User Guide and "Data Server Classes" in the Programmer's Guide.
See Also