DataServer.FieldSpec Method (Typed) | |
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
public virtual FieldSpec FieldSpec(
Usual nFieldPosition
)
Request Example
View SourceParameters
- nFieldPosition
- Type: Usual
The number representing the desired field.
Return Value
Type:
FieldSpecRemarks
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