Click or drag to resize

DataServer.FieldSpec Method

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

Parameters

nFieldPosition (Optional)
Type: Usual
The number representing the desired field.

Return Value

Type: Usual
Remarks
By referencing the attributes of a field's FieldSpec object, the individual properties and methods of the field can be accessed. For example:
X#
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