Scripting Guide

NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
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 THE TEXTINPUT OBJECT
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.