Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

UnLockRecords

Unlock a list of records

Declaration

Source position: amigados.pas line 1735

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: 2021-07-30