Unit 'FpDebugDebuggerWorkThreads' Package
[Overview][Types][Classes][Index] [#bs_debuggerfp]

TFpDbgDebggerThreadWorkerItem

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

Declaration

Source position: fpdebugdebuggerworkthreads.pas line 63

type TFpDbgDebggerThreadWorkerItem = class(TFpThreadPriorityWorkerItem)

protected

type

  THasQueued = (

  

  hqNotQueued,

  

  hqQueued,

  

  hqBlocked

  

);

protected

  FDebugger: TFpDebugDebuggerBase;

  

  FHasQueued: THasQueued;

  

public

  constructor Create();

  

  procedure Queue();

  

  procedure UnQueue_DecRef();

  

end;

Inheritance

TFpDbgDebggerThreadWorkerItem

  

|

TFpThreadPriorityWorkerItem

  

|

TObject



CT Web help

CodeTyphon Studio