Bde.DBTables.TTable.UnlockTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnlockTable(LockType: TLockType);

C++

void __fastcall UnlockTable(TLockType LockType);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

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

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.

See Also