System.Generics.Collections.TThreadList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear(void);

Properties

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

Description

Removes all list entries.

Clear removes all entries from a thread-safe list. This is an O(1) operation.

See Also