Columns (Screen function): Difference between revisions
Jump to navigation
Jump to search
m (unvar) |
m (unvar) |
||
Line 1: | Line 1: | ||
{{Template:Screen:Columns subtitle}} | {{Template:Screen:Columns subtitle}} | ||
The <var>Columns</var> | The <var>Columns</var> [[Classes and Objects#readWrite|readOnly]] property returns the number of columns in the current screen. This number corresponds to the column value returned by a <var class="product">Model 204</var> <code>VIEW MODEL</code> command. | ||
==Syntax== | ==Syntax== |
Revision as of 22:25, 16 November 2012
Return the number of columns in the current screen (Screen class)
The Columns readOnly 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.
Syntax
%number = screen:Columns
Syntax terms
%number | A numeric variable to contain the returned number of columns. |
---|---|
screen | A reference to an instance of a Screen object. |