System.Classes.TThreadList.UnlockList
Delphi
procedure UnlockList; inline;
C++
void __fastcall UnlockList();
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