Rows (Screen function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 5: | Line 5: | ||
{{Template:Screen:Rows syntax}} | {{Template:Screen:Rows syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%num</th> | ||
< | <td>A numeric variable to contain the number of screen rows. </td></tr> | ||
< | <tr><th>%screen</th> | ||
< | <td>A reference to an instance of a Screen object.</td></tr> | ||
</ | </table> | ||
==See also== | ==See also== | ||
{{Template:Screen:Rows footer}} | {{Template:Screen:Rows footer}} |
Revision as of 19:48, 18 March 2011
Return the number of rows in the current screen (Screen class)
This read-only property returns the number of rows in the current screen. This number corresponds to the row value returned by a Model 204 VIEW MODEL command.
Syntax
%number = screen:Rows
Syntax terms
%num | A numeric variable to contain the number of screen rows. |
---|---|
%screen | A reference to an instance of a Screen object. |