DataServer.RecNo Property | |
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecNo AS USUAL GET SET
public virtual Usual RecNo { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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 |
---|
Some types of data servers cannot support movement by record number. |
See Also