System.Classes.TInterfaceList.Unlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unlock;

C++

void __fastcall Unlock();

Properties

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

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