System.Classes.IInterfaceList.Unlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unlock;

C++

virtual void __fastcall Unlock() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes IInterfaceList

Description

Unlocks the list, allowing other threads to access it.

Call Unlock to unlock the list so that other threads can have access to the interfaces it contains.

See Also