Click or drag to resize

DataServer.FieldSpec Method (Typed)

X#
Return the FieldSpec object for a field in this data server.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldSpec(
	nFieldPosition AS USUAL
) AS FieldSpec
Request Example View Source

Parameters

nFieldPosition
Type: Usual
The number representing the desired field.

Return Value

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