RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TLockType Enumeration

Indicates how a Paradox or dBASE table can be locked.

Pascal
TLockType = (
  ltReadLock,
  ltWriteLock
);
C++
enum TLockType {
  ltReadLock,
  ltWriteLock
};

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!