OWBasic Standard Library

Group GUI Home INTRO Alphabetical Index

Drawing an Edit Box (String)

GUI_ISBOX STR$, caption$, x1%, y1%, x2% [, obj%=-1]

The procedure draws an edit box with the text text.
The edit box can be queried by using GUI_QISBOX!.

If obj is >0, the element is registered in the AutoTouch table and can be queried by GUI_TOUCH.


Gruoup GUI Home INTRO Alphabetical Index