Columns (Screen function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
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.
 
==Syntax==
   %num = %screen:Columns
   %num = %screen:Columns
 
===Syntax terms===
; <font size='3'>Columns syntax</font>
 
<dl>
<dl>
<dt>%num  
<dt>%num  

Revision as of 18:11, 18 March 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.

Syntax

  %num = %screen:Columns

Syntax terms

%num
A numeric variable to contain the returned number of columns. %screen A reference to an instance of a Screen object.

See also