xHarbour Reference Documentation > Command Reference |
Sets the ESC key as a READ exit key.
SET ESCAPE ON | off | ( <lOnOff> )
The SET ESCAPE command enables or disables the ESC key as exit key for the READ command. When enabled, the ESC key voids all changes made in the buffer of the current GET object and ends the user input. With SET ESCAPE OFF, the ESC key is ignored during the READ command.
Note that SET KEY allows for associating a procedure with a key. This may override the SET ESCAPE setting.
See also: | READ, ReadExit(), Set(), SET KEY, SetCancel(), SetKey() |
Category: | SET commands |
Header: | set.ch |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com