List of Screen methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 42: | Line 42: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category: | [[Category:Lists of methods]] |
Latest revision as of 20:33, 1 November 2011
The following are the available Screen class methods.
Method | Description |
---|---|
ActionKey | Return name of key that activated last screen read |
AddField | Add a field to an instance of a screen object |
Columns | Return the number of columns in the current screen |
Copy | Return a copy of a screen object |
CursorColumn | Return the column number of the cursor position |
CursorItemId | Return the item ID of field at the cursor position |
CursorRow | Return the row number of the cursor position |
DeepCopy | Return a deep copy of a screen object |
MaxActionKey | Return name of key that activated last screen read |
New | Create new Screen instance |
NewFieldColumn | Get or set column number for next added field |
NewFieldRow | Get or set row number for next added field |
ProtectedColor | Set color for protected screen fields |
ProtectedHighlight | Set highlight color for protected screen fields |
Read | Write screen to display and return response |
Rows | Return the number of rows in the current screen |
UnprotectedColor | Set color for unprotected screen fields |
UnprotectedHighlight | Set highlight color for unprotected screen fields |