Rows (Screen function): Difference between revisions
Jump to navigation
Jump to search
m (→Rows property) |
m (→Rows property) |
||
Line 1: | Line 1: | ||
{{Template:Screen:Rows subtitle}} | |||
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. | 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. | ||
Line 10: | Line 12: | ||
; %screen | ; %screen | ||
: A reference to an instance of a Screen object. | : A reference to an instance of a Screen object. | ||
==See also== | |||
{{Template:Screen:Rows footer}} |
Revision as of 16:58, 16 February 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.
%num = %screen:Rows
- Rows syntax
- %num
- A numeric variable to contain the number of screen rows.
- %screen
- A reference to an instance of a Screen object.