NewFieldRow (Screen property)

From m204wiki
Revision as of 19:42, 18 March 2011 by TomWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

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


This 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

%num A numeric variable or expression for the row number of the next added field.
%screen A reference to an instance of a Screen object.

See also