Click or drag to resize

ADSRDD.FieldInfo Method

X#
Retrieve and optionally change information about a column.

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldInfo(
	uiPos AS LONG,
	uiOrdinal AS LONG,
	oNewValue AS Object
) AS Object
Request Example View Source

Parameters

uiPos
Type: Long
uiOrdinal
Type: Long
oNewValue
Type: Object

Return Value

Type: Object
The current value for the property indicated with <nOrdinal>

Implements

FieldInfo(Long, Long, Object)
See Also