The constants in the class WaveLinkConstants are used for controlling entries in widget fields.
|
Constants |
Value |
Description |
|
AUTOSIZE |
0 |
Widget is sized according to text size |
|
FIELD_ALPHA |
0x0000080 |
Accepts only alphabetic characters |
|
FIELD_ASCII |
0x0010000 |
Accepts only low-range ASCII characters |
|
FIELD_DISABLEKEY |
0x0040000 |
Normal key entry is disabled |
|
FIELD_DISABLESCAN |
0x0020000 |
Scanning is disabled |
|
FIELD_FORCEENTRY |
0x0000040 |
Field must be populated before user can complete entry |
|
FIELD_LOWER |
0x8000000 |
Forces lowercase characters in a field |
|
FIELD_MULTILINE |
0x2000000 |
Allows multiple lines in a field |
|
FIELD_NOECHO |
0x0080000 |
Text entered is not shown in the field |
|
FIELD_NUMERIC |
0x0000100 |
Accepts only numbers |
|
FIELD_PASSWORD |
0x0008000 |
Shows asterisks instead of characters |
|
FIELD_UPPER |
0x0400000 |
Forces uppercase characters in a field |
|
FIELD_WANTRETURN |
0x0004000 |
Field allows CRLF |
|
RADIO_ALIGNVERT |
0x0000008 |
Radio button list is aligned vertically |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other