Skip to content

TInterfaceList.Lock

Lock the list

Declaration

Source position: classesh.inc line 2269

public 
  procedure Lock;

Description

Lock locks the list. It is the implementation of the IInterfaceList.Lock method. It limits access to the list to the current thread.

See also

Name Description
IInterfaceList.Lock Lock the list
TInterfaceList.UnLock UnLocks a locked list
TThreadList.LockList Locks the list for exclusive access.