xHarbour Reference Documentation > Function Reference |
Queries or changes the READ termination flag.
ReadKill( [<lNewFlag>] ) --> lOldFlag
The function returns the previous flag as a logical value.
ReadKill() is a utility function of the Get system. It maintains a logical value used as termination flag of the READ command. When .T. (true) is passed, the READ command is unconditionally terminated.
See also: | CLEAR GETS, READ, ReadExit(), ReadUpdated() |
Category: | Get system |
Source: | rtl\getsys.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com