[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Holds a list of active (registered) threads
Source position: tiThread.pas line 98
type TtiActiveThreadList = class(TtiBaseObject) end; |
public |
constructor Create; |
destructor Destroy; override; |
procedure Add(); |
procedure Remove(); |
procedure Terminate; |
function GetNewThreadInstanceID; |
procedure TerminateThreadByInstanceID(); |
procedure ForEach(); |
property OnThreadCountChange: TtiThreadCountChangeEvent; [rw] |
property Count: Integer; [r] |
property ActiveThreadNames: string; [r] |
procedure WaitForAll; |
property ActiveThreadTextDescriptions: string; [r] |
function InstanceOfThreadClassIsActive(); |
|
Holds a list of active (registered) threads |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |
Holds a list of active (registered) threads. An instance of this class is a property of the TtiOPFManager and the property is called ActiveThreadList.