xHarbour Reference Documentation > Function Reference |
Enables or disables up/down arrow keys as exit keys for READ
ReadExit( [<lNewMode>] ) --> lOldMode
The function returns the previous flag as a logical value.
ReadExit() retrieves or changes a logical flag of the Get system which indicates if the up/down arrow keys can be used to terminate the READ command. When .T. (true) is passed, the READ command is terminated when the first (last) Get object has input focus and the user presses the up (down) arrow key. Setting the flag to .F. (false) requires the user to press the Enter key on the last Get to terminate READ.
See also: | @...GET, READ, ReadInsert() |
Category: | Get system |
Source: | rtl\readexit.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com