Row (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%number</th> | ||
<td>A <var class="product">User Language</var> numeric variable to receive the returned row number.</td></tr> | <td>A <var class="product">User Language</var> numeric variable to receive the returned row number.</td></tr> | ||
Latest revision as of 19:52, 20 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
%number | 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.