Properties, Text = gettextline ( row ), Method action – Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 68: Property description values
N
AURTECH
W
EB
B
ROWSER AND
T
ERMINAL
E
MULATION FOR
W
INDOWS
CE
AND
W
INDOWS
M
OBILE
CETerm Scripting Guide
Page 68
Method
Action
GetText
Get all text from start location to end location
GetTextLine
Get all text on a line
GetTextRect
Get a rectangle of text
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.
Property
Description
Values
Rows
Number of rows in screen. (read only)
1-50
Columns
Number of columns in screen. (read only) 1-132
CursorRow
Current row containing cursor. Setting
this value will change the cursor location.
1 to Rows
CursorColumn
Current column containing cursor. Setting
this value will change the cursor location.
1 to
Columns
DisplayStatus
IBM display status. (read only)
integer,
see
Appendix 4
KeyboardState
Keyboard state. This applies to VT and
integer,