Properties, Status = settopmost ( windowhandle ), Status = show ( windowhandle, visible ) – Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 81: 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 81
status = SetTopmost ( windowHandle )
Set the specified window to be the topmost and active window. This is also
called the foreground window. Return true on success or false on failure.
status = Show ( windowHandle, visible )
Set the visibility state of the specified window. If visible is true, the window is set
to the visible state. If visible is false, the window is hidden. Return true if the
window was previously visible or false if the window was previously hidden.
Properties
The Window object has the following properties.
Property
Description
Values
LastError
Returns the last error value associated
with any Window operation. (read only)
unsigned
integer
SendMessageTimeout
Timeout in milliseconds of
SendMessage method. Default value is
5000.
integer