Language Reference Guide
:
A. System Constants and Keywords
:
System Constants
: Exit Behavior Settings for EntryFields
Share this page
Exit Behavior Settings for EntryFields
Constant Value
Description
Numeric Equivalent
EB_NONE
Neither Tab nor Enter key exits the EntryField (default)
0
EB_TAB
Tab key exits the EntryField
1
EB_ENTER
Enter key exits the EntryField
2
EB_ALL
Both Tab and Enter keys exit the EntryField
3