[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

UnLockRecords

Unlock a list of records

Declaration

Source position: amigados.pas line 2291

function UnLockRecords(

  RecArray: PRecordLock

):LongBool;

Arguments

RecArray

  

List of records to be unlocked

Description

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.

See also

LockRecords

  

Lock a series of records

LockRecord

  

Locks a portion of a file

UnLockRecord

  

Unlock a record


Documentation generated on: 2017-01-10