Click or drag to resize

DBF.RecInfo Method

X#
Retrieve and optionally change information about a row.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RecInfo(
	nOrdinal AS LONG,
	oRecID AS Object,
	oNewValue AS Object
) AS Object
Request Example View Source

Parameters

nOrdinal
Type: Long
Specifies the type of information.
oRecID
Type: Object
oNewValue
Type: Object

Return Value

Type: Object

Implements

RecInfo(Long, Object, Object)
See Also