Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
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)
Category
:
Methods