Bde.DBTables.TLockType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLockType = (ltReadLock, ltWriteLock);

C++

enum DECLSPEC_DENUM TLockType : unsigned char { ltReadLock, ltWriteLock };

Properties

Type Visibility Source Unit Parent
enum public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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.'