OWBasic Standard Library

Group GUI Home INTRO Alphabetical Index

Querying a Edit Box (Integer)

GUI_QIIBOX! VAL$, caption$, x1%, y1%, x2%

If the edit box from (x1,y1) to (x2,y1+10) was touched, this function draws a dialogue that allows the user to modify the value.
If the value was changed, the function returns true, false otherwise.


Gruoup GUI Home INTRO Alphabetical Index