DBTables.TLockType
From RAD Studio VCL Reference
Delphi Information
From DBTables.pas
TLockType = { ltReadLock, ltWriteLock };
Unit: DBTables
Type: enum
C++ Information
From DBTables.hpp
enum TLockType{ ltReadLock, ltWriteLock };
Unit: DBTables
Type: enum
Description
Indicates how a Paradox or dBASE table can be locked.
TLockType identifies the type of a BDE lock on a Paradox or dBASE table. The following table lists the possible values:
| Value | Description |
|---|---|
|
ltReadLock |
Other applications (or sessions) can not read from the table. |
|
ltWriteLock |
Other applications (or sessions) can not write to the table.' |