RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTable.UnlockTable Method

Removes a previously applied lock on a Paradox or dBASE table.

Pascal
procedure UnlockTable(LockType: TLockType);
C++
__fastcall UnlockTable(TLockType LockType);

Call UnlockTable to remove a lock previously applied to a Paradox or dBASE table. LockType specifies the lock to remove. 

Removing a read lock enables other applications to read a table. Removing a write lock enables other application to write to a table. 

An application can remove both types of lock by calling UnlockTable twice, once for each lock type. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!