CTRecord.UnlockRecord
Syntax
void UnlockRecord( )
Parameters
None.
Description
Unlocks the current record. To free all record locks from one specific table obtained with LockRecord(), use CTTable.UnlockTable().
Return
None.
See Also
CTTable.UnlockTable(), LockRecord(), Locking