System.Classes.TThreadList.UnlockList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnlockList; inline;

C++

void __fastcall UnlockList(void);

Properties

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

Description

Unlocks the thread-safe list.

UnlockList unlocks the list.

See Also


Code Examples