NewFieldColumn (Screen property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 2: | Line 2: | ||
This property sets or gets the column number for the next added field. Unless set explicitly, the next added field is adjacent to the last added field. If no fields have been added, the first screen column (1) is returned. | This property sets or gets the column number for the next added field. Unless set explicitly, the next added field is adjacent to the last added field. If no fields have been added, the first screen column (1) is returned. | ||
==Syntax== | |||
===Syntax terms=== | |||
<dl> | |||
<dt>%num | |||
<dd>A numeric variable or expression for the column number of the next added field. | |||
<dt>%screen | |||
<dd>A reference to an instance of a Screen object. | |||
</dl> | |||
==See also== | ==See also== | ||
{{Template:Screen:NewFieldColumn footer}} | {{Template:Screen:NewFieldColumn footer}} |
Revision as of 19:40, 18 March 2011
Get or set column number for next added field (Screen class)
This property sets or gets the column number for the next added field. Unless set explicitly, the next added field is adjacent to the last added field. If no fields have been added, the first screen column (1) is returned.
Syntax
Syntax terms
- %num
- A numeric variable or expression for the column number of the next added field.
- %screen
- A reference to an instance of a Screen object.