|
Constant |
Value |
Description |
|
WLCLEAR |
4 |
Clear screen before output |
|
WLCLREOLN |
8 |
Clear to end of line |
|
WLCLREOS |
32 |
Clear to end of screen |
|
WLFLUSHOUTPUT |
16 |
Flush the output buffer immediately |
|
WLNORMAL |
1 |
Normal video mode |
|
WLREVERSE |
2 |
Reverse video mode |
|
|
|
|
|
WLCOMMANDTYPE |
2 |
Command key entered |
|
WLINPUTERROR |
0 |
Error from input call |
|
WLKEYTYPE |
4 |
Normal key entered |
|
WLMENUBARTYPE |
6 |
Input from a menubar widget |
|
WLPOPUPTRIGGER |
7 |
Input from a popup trigger widget |
|
WLSCANTYPE |
5 |
Scanned data entered |
|
WLWIDGETTYPE |
8 |
Input from a widget |
|
WLTIMEDOUT |
9 |
RFInput input prompt expired |
|
|
|
|
|
WLCAPSLOCK |
64 |
Set caps lock for input |
|
WLNORMALKEYS |
0 |
Normal keyboard mode |
|
|
|
|
|
WLALPHA_ONLY |
0x0080 |
Accept alpha characters only |
|
WLBACKLIGHT |
0x0200 |
Enable display backlight |
|
WLCLR_INPUT_BUFFER |
0x2000 |
Clear the input buffer of extra data |
|
WLDISABLE_FKEYS |
0x0020 |
Disable function key input |
|
WLDISABLE_KEY |
0x0002 |
Disable keyboard input |
|
WLDISABLE_SCAN |
0x0001 |
Disable scanner on input |
|
WLECHO_ASTERISK |
0x8000 |
Echo asterisk for each character |
|
WLFORCE_ENTRY |
0x0040 |
Do not return with empty input field |
|
WLINCLUDE_DATA |
0x0800 |
Include data with function key entry |
|
WLINGORE_CRLF |
0x4000 |
Do not break packages on <CR> or <LF> |
|
WLMAXLENGTH |
0x0400 |
Do not accept more than nLength characters |
|
WLNO_NONPRINTABLE |
0x010000 |
Supress non-printable characters |
|
WLNO_RETURN_BKSP |
0x0010 |
Do not return on backspace |
|
WLNO_RETURN_FILL |
0x0008 |
Do not return when input prompt length is reached |
|
WLNUMERIC_ONLY |
0x0100 |
Accept numeric keys only |
|
WLSOFT_TRIGGER |
0x1000 |
Soft RF device trigger |
|
WLSUPRESS_ECHO |
0x0004 |
Supress input echo |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other