NewFieldRow (Screen property)

From m204wiki
Revision as of 22:51, 16 November 2012 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get or set row number for next added field (Screen class)

The NewFieldRow property sets or gets the row number for the next added field. Unless set explicitly, the next added field is adjacent to the last added field. If no fields have been added, the first screen row (1) is returned.

Syntax

%currentNumber = screen:NewFieldRow screen:NewFieldRow = newNumber

Syntax terms

%currentNumber A numeric variable to get the current row number of the next added field.
screen A reference to an instance of a Screen object.
newNumber A numeric variable or expression to set the new row number of the next added field.

See also