Bde.DBTables.TLockType
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: Bde.DBTables |
Delphi
TLockType = (ltReadLock, ltWriteLock);
C++
enum DECLSPEC_DENUM TLockType : unsigned char { ltReadLock, ltWriteLock };
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.' |