[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TInterfaceList.Lock

Lock the list

Declaration

Source position: classesh.inc line 1482

public procedure TInterfaceList.Lock;

Description

Locklocks the list. It is the implementation of the IInterfaceList.Lockmethod. It limits access to the list to the current thread.

See also

IInterfaceList.Lock

  

Lock the list

TInterfaceList.UnLock

  

UnLocks a locked list

TThreadList.LockList

  

Locks the list for exclusive access.