Unlock a list of records
Source position: amigados.pas line 1825
function UnLockRecords( |
recArray: PRecordLock |
):LongBool; |
recArray |
|
List of records to be unlocked |
This releases an array of record locks obtained using LockRecords. You should not modify the record_array while you have the records locked. Every LockRecords() call must be balanced with an UnLockRecords() call.
|
Lock a series of records |
|
|
Locks a portion of a file |
|
|
Unlock a record |