Skip to content

TThreadList.UnlockList

Unlocks the list after it was locked.

Declaration

Source position: classesh.inc line 365

public 
  procedure UnlockList;

Description

UnLockList unlocks the list when it was locked for exclusive access. UnLocklist and LockList use an internal critical section, so all rules for multiple locking/unlocking of critical sections apply.

See also

Name Description
Add Adds an element to the list.
Clear Removes all elements from the list.
lockList Locks the list for exclusive access.
Remove Removes an item from the list.