List of Screen methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available [[Screen class]] methods. | The following are the available <var>[[Screen class|Screen]]</var> class methods. | ||
{{Template:Method list header|class=Screen}} | {{Template:Method list header|class=Screen}} | ||
<div class="showVisit"> | <div class="showVisit"> |
Revision as of 11:39, 26 June 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 |