System.Classes.TInterfaceList.Lock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Lock;

C++

void __fastcall Lock();

Properties

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

Description

Prevents other threads from accessing the list.

Call Lock to lock the list, preventing other threads from accessing the list.

See Also