TMedTable.LockTable TMedTable

procedure LockTable(LockType: TLockType); overload;

Description

Tries to lock table by placing xHarbour's Flock(). If succesfull, other applications can open and read table but cannot modify or add records to the table. If unsuccesfull, exception is raised.

LockType parameter is ignored.