Language Reference Guide : 4. System Classes : EntryField Class : ExitBehavior Attribute
 
Share this page                  
ExitBehavior Attribute
Data Type: integer
4GL Access: RW
The ExitBehavior attribute controls the action of the Tab key and/or Enter key in an EntryField object. This attribute is ignored if the IsMultiline attribute is set to FALSE.
If the IsMultiline attribute is set to TRUE, the following values are valid for the ExitBehavior attribute:
EB_NONE
Specifies the default behavior
EB_TAB
Specifies that pressing the Tab key exits an EntryField object
EB_ENTER
Specifies that pressing the Enter key exits an EntryField object
EB_ALL
Specifies that both the Tab and Enter keys cause an exit of the EntryField object
For numeric values for each of these settings, see Exit Behavior Settings for EntryFields.