Methods, Properties, 17 the textinput object – Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 76: Result = getinput ( ), Property description values, Method action

N
AURTECH
W
EB
B
ROWSER AND
T
ERMINAL
E
MULATION FOR
W
INDOWS
CE
AND
W
INDOWS
M
OBILE
CETerm Scripting Guide
Page 76
Methods
The Session object has no methods.
Properties
The Session object has several read only properties.
Property
Description
Values
Browser
Returns browser object. (read only)
object
IsConnected
Returns true if session is connected.
(read only)
true, false
Screen
Returns screen object. (read only)
object
3.17
T
HE
T
EXT
I
NPUT
O
BJECT
The TextInput object provides user input in a script. This object displays a
dialog with a text message, an input field, a Cancel button and an OK button.
The TextInput object is a property of the CETerm object;
CETerm.TextInput.
Methods
The following methods are available
Method
Action
GetInput
Get input from the user
result = GetInput ( )
GetInput displays the user input dialog. Returns 1 for successful input, 0 if input
is canceled by the user or -1 if there was an error. A default response may be
set in the Input property prior to calling GetInput. If no default is desired, be sure
to clear Input prior to calling GetInput.