xHarbour Reference Documentation > Function Reference |
Checks if a record is locked.
IsLocked( [<nRecno>] ) --> lIsLocked
The function returns .T. (true) when the record with the record number <nRecno> is currently locked by this process, otherwise .F. (false) is returned.
IsLocked() tests if a database record is currently locked for write access by this process. It cannot detect, if a record lock is set by another process active on a different workstation.
See also: | DbRLock(), DbRLockList(), DbUnlock(), NetRecLock() |
Category: | Network functions , Screen functions , xHarbour extensions |
Source: | rtl\ttable.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com