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 30: Line 30:
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[Screen class]]
<li>[[Screen class]]
<li>[[ScreenField class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of ScreenField methods]]
<li>[[List of Screen API methods]]
</ul></td>
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[Screen methods syntax]]
<li>[[Screen methods syntax]]
<li>[[ScreenField methods syntax]]
</ul></td>
</ul></td>
</tr>
</tr>
</table>
</table>

Revision as of 13:46, 1 July 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