System.Classes.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.Classes.pas
System.Classes.hpp
System.Classes TThreadList

Description

Deletes all items from the list.

Clear locks the list, calls the Clear method in TList, then unlocks the list.

See Also