Row (ScreenField property)

From m204wiki
Revision as of 19:45, 28 January 2011 by Tom (talk | contribs) (→‎Row property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This read-only property returns the row number of a screenfield. The row number is initially set for a field by the AddField method.

  %num = %sfield:Row
Row syntax
num
A User Language numeric variable to contain the returned row number.
%sfield
A reference to an instance of a ScreenField object.
Usage Notes

The first row in a screen is row 1.

If a screenfield occupies more than one row, the number of the first row is returned.