CTTable::UnlockTable
Syntax
void UnlockTable( )
Parameters
None.
Description
Unlocks all record locks from the table, if they were obtained with a call to CTRecord::LockRecord(). To free a specific record lock obtained with LockRecord(), use CTRecord::UnlockRecord().
Return
None.
See also
CTRecord::LockRecord(), CTRecord::UnlockRecord(), Locking