[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TThreadList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Thread-safe list object (not yet implemented).

Declaration

Source position: classesh.inc line 217

type TThreadList = class

public

  constructor Create;

  

Creates a new thread-safe list.

  destructor Destroy; override;

  

Destroys the list instance.

  procedure Add();

  

Adds an element to the list.

  procedure Clear;

  

Removes all emements from the list.

  function LockList;

  

Locks the list for exclusive access.

  procedure Remove();

  

Removes an item from the list.

  procedure UnlockList;

  

Unlocks the list after it was locked.

  property Duplicates: TDuplicates; [rw]

end;

Inheritance

TThreadList

  

Thread-safe list object (not yet implemented).

|

TObject

Description

This class is not yet implemented in Free Pascal.