Bde.DBTables.TTable.UnlockTable

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

procedure UnlockTable(LockType: TLockType);

C++

void __fastcall UnlockTable(TLockType LockType);

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