|
11TurboDB VCL Component Library TTdbLockType TTdbTable See also |
| Previous Top Next |
Indicates the kind of lock to apply.
Delphi syntax:
TTdbLockType = (tltWriteLock, tltTotalLock);
C++ syntax:
enum TTdbLockType {tltWriteLock, tltTotalLock};
Description
tltWriteLock A write lock prevents other applications from writing to the table
tltTotalLock A total lock prevents other applications from accessing the table