Click or drag to resize

DataServer.RecNo Property (Typed)

X#
A numeric value representing the current record number, identifying the position of the record pointer in this data server.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY RecNo AS LONG GET SET 
Request Example View Source

Property Value

Type: Long
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Remarks
A numeric value representing the current record number, identifying the position of the record pointer in this data server. Assigning a value to DataServer:RecNo is equivalent to executing DataServer:GoTo(); both reposition the record pointer on the given record.
Tip Tip
Some types of data servers cannot support movement by record number.
See Also