List of Screen methods: Difference between revisions

From m204wiki
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 [[Screen class]] methods.
{{Template:Method list header|class=Screen}}
{{Template:Method list header|class=Screen}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
Line 24: Line 25:
<tr><td valign="top">[[UnprotectedHighlight (Screen property)|UnprotectedHighlight]]</td><td valign="top">Set highlight color for unprotected screen fields</td></tr>
<tr><td valign="top">[[UnprotectedHighlight (Screen property)|UnprotectedHighlight]]</td><td valign="top">Set highlight color for unprotected screen fields</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>

Revision as of 15:44, 16 February 2011

The following are the available Screen class methods.

MethodDescription
ActionKeyReturn name of key that activated last screen read
AddFieldAdd a field to an instance of a screen object
ColumnsReturn the number of columns in the current screen
CopyReturn a copy of a screen object
CursorColumnReturn the column number of the cursor position
CursorItemIdReturn the item ID of field at the cursor position
CursorRowReturn the row number of the cursor position
DeepCopyReturn a deep copy of a screen object
MaxActionKeyReturn name of key that activated last screen read
NewCreate new Screen instance
NewFieldColumnGet or set column number for next added field
NewFieldRowGet or set row number for next added field
ProtectedColorSet color for protected screen fields
ProtectedHighlightSet highlight color for protected screen fields
ReadWrite screen to display and return response
RowsReturn the number of rows in the current screen
UnprotectedColorSet color for unprotected screen fields
UnprotectedHighlightSet highlight color for unprotected screen fields

See also