Class TThreadList
Unit
Generics.Collections
Declaration
type TThreadList<T> = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FLock: TRTLCriticalSection; |
|
Methods
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
procedure Add(constref AValue: T); |
|
 |
procedure Remove(constref AValue: T); |
|
 |
procedure Clear; |
|
 |
function LockList: TList<T>; |
|
 |
procedure UnlockList; inline; |
|
Properties
Generated by PasDoc 0.15.0.
|