
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 68
Get all text from start location to end location
text = GetText ( startRow, startColumn, endRow, endColumn )
Return the requested range of text. Each line will be separated by the
TextLineSeparator property value. If the session is not connected the JavaScript
null value is returned. End coordinates of -1 will use the maximum valid value.
text = GetTextLine ( row )
Return the requested row of text. If the session is not connected the JavaScript
null value is returned. The row range is from 1 to the maximum row number.
text = GetTextRect ( startRow, startColumn, endRow, endColumn )
Return the requested rectangle of text. Each line fragment will be separated by
the TextLineSeparator property value. If the session is not connected the
JavaScript null value is returned. End coordinates of -1 will use the maximum
valid value.
Properties
The Screen object has the following properties.
Number of rows in screen. (read only)
Number of columns in screen. (read only)
Current row containing cursor. Setting
this value will change the cursor location.
Current column containing cursor. Setting
this value will change the cursor location.
IBM display status. (read only)
Keyboard state. This applies to VT and
Kommentare zu diesen Handbüchern