help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[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 234

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]

  

Describes what to do with duplicates

end;

Inheritance

TThreadList

  

Thread-safe list object (not yet implemented).

|

TObject

Description

This class is not yet implemented in Free Pascal.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505