System.Generics.Collections.TThreadList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTThreadList

Delphi

TThreadList<T> = class

C++

template<typename T> class PASCALIMPLEMENTATION TThreadList__1 : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections System.Generics.Collections

Description

Represents a generic thread-safe list.

TThreadList is a thread-safe wrapper for TList.

Note: TThreadList is not a container/collection class.

See Also