Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Starting locks

Start locks by calling the Lock() method passing the appropriate lock mode.

After a successful call to Lock(), all records read by the c-treeVCL/CLX API will be locked using the lock mode passed to Lock(). The locking of records can be suspended temporarily by calling Lock() with the mode CTLOCK_SUSPEND. Suspending locks does not cause any locks to be released, but while locks are suspended, no record reads are automatically locked.

TOCIndex