Unit 'DbgIntfDebuggerBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggerintf]

TThreads

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

Declaration

Source position: dbgintfdebuggerbase.pp line 1268

type TThreads = class(TObject)

protected

  procedure SetCurrentThreadId(); virtual;

  

  property List: TList; [r]

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Assign(); virtual;

  

  function Count; virtual;

  

  procedure Clear; virtual;

  

  procedure Add(); virtual;

  

  procedure Remove(); virtual;

  

  function CreateEntry(); virtual;

  

  procedure SetValidity(); virtual;

  

  property Entries []: TThreadEntry; default; [r]

  

  property EntryById []: TThreadEntry; [r]

  

  property CurrentThreadId: Integer; [rw]

  

end;

Inheritance

TThreads

  

|

TObject



CT Web help

CodeTyphon Studio