Row (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:ScreenField:Row subtitle}} | {{Template:ScreenField:Row subtitle}} | ||
The <var>Row</var> | The <var>Row</var> [[Classes and Objects#readWrite|readOnly]] property returns the row number of a <var>ScreenField</var>. The row number is initially set for a field by the <var>[[Screen class#AddField function|AddField]]</var> method. | ||
==Syntax== | ==Syntax== |
Revision as of 22:25, 16 November 2012
Return the row number of a screenfield (ScreenField class)
The Row readOnly property returns the row number of a ScreenField. The row number is initially set for a field by the AddField method.
Syntax
%number = sfield:Row
Syntax terms
%num | A User Language numeric variable to receive 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.