[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Thread-safe list object (not yet implemented).
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; |
|
Thread-safe list object (not yet implemented). |
|
| | ||
TObject |
This class is not yet implemented in Free Pascal.
No notes exist for this page yet.