List of Screen methods

From m204wiki
Jump to navigation Jump to search

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