Specifies the lock mode.
Value | Meaning |
lmLockDelayed |
Locking occurs when the user posts an edited record, then the lock is released. Locking is done by the RefreshRecord method. Corresponds to optimistic locking. |
lmLockImmediate |
Locking occurs when the user starts editing a record. The lock is released after the user has posted or canceled the changes. Corresponds to pessimistic locking. |
lmNone |
No locking occurs. This mode should only be used in single user applications. The default value. |