
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.
Returns browser object. (read only)
Returns true if session is connected.
(read only)
Returns screen object. (read only)
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
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.
Commenti su questo manuale