Columns (Screen function): Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template:Screen:Columns subtitle}} | |||
This read-only property returns the number of columns in the current screen. This number corresponds to the column value returned by a Model 204 VIEW MODEL | This read-only property returns the number of columns in the current screen. This number corresponds to the column value returned by a Model 204 VIEW MODEL | ||
command. | command. | ||
Line 8: | Line 10: | ||
; %num | ; %num | ||
: A numeric variable to contain the returned number of columns. %screen A reference to an instance of a Screen object. | : A numeric variable to contain the returned number of columns. %screen A reference to an instance of a Screen object. | ||
==See also== | |||
{{Template:Screen:Columns footer}} |
Revision as of 16:58, 16 February 2011
Return the number of columns in the current screen (Screen class)
This read-only property returns the number of columns in the current screen. This number corresponds to the column value returned by a Model 204 VIEW MODEL
command.
%num = %screen:Columns
- Columns syntax
- %num
- A numeric variable to contain the returned number of columns. %screen A reference to an instance of a Screen object.