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

IInterfaceList.Lock

Lock the list

Declaration

Source position: classesh.inc line 1757

procedure IInterfaceList.Lock;

Description

Lock locks the list. After a call to lock, the object list can only be accessed by the current thread, untill UnLock is called.

See also

TList.Lock

IInterfaceList.Unlock

  

Unlock the list.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.