Click or drag to resize

DataServer.DataField Method (Typed)

X#
Retrieve the DataField object at a specified field position.

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

Parameters

nFieldPosition
Type: Usual
The name, number, or symbol representing the desired field.

Return Value

Type: DataField
See Also