[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiThread' (#tiopf)

TtiActiveThreadList

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

Holds a list of active (registered) threads

Declaration

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();

Inheritance

TtiActiveThreadList

  

Holds a list of active (registered) threads

|

TtiBaseObject,IInterface

|

TObject

Description

Holds a list of active (registered) threads. An instance of this class is a property of the TtiOPFManager and the property is called ActiveThreadList.


Documentation generated on: 2017-08-16