Specifies when to perform locking of an editing record.
property LockMode: TLockMode;
Use the LockMode property to define what kind of lock will be performed when editing a record. Locking a record is useful in creating multi-user applications. It prevents modification of a record by several users at the same time.