xHarbour Reference Documentation > Function Reference |
Queries or changes the updated flag of the READ command.
ReadUpdated( [<lNewFlag>] ) --> lOldFlag
The function returns the previous flag as a logical value.
ReadUpdated() is a utility function of the Get system. It maintains a logical value indicating the Updated() status of the READ command. ReadUpdated() returns this status and allows to change it.
See also: | @...GET, Get(), READ, Updated() |
Category: | Get system |
Source: | rtl\getsys.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com