DataControl.Row

From Xojo Documentation

Method

DataControl.Row() As Integer

Supported for all project types and targets.

Returns the current row in the RecordSet.


Example

Textfield1.text=str(DataControl1.row)