Unit 'DebugProcess' Package
[Overview][Types][Classes][Index] [#bs_debuggercmd]

TDebugProcessReadThread

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

Declaration

Source position: debugprocess.pas line 50

type TDebugProcessReadThread = class(TThread)

protected

  FStream: TInputPipeStream;

  

  FOnDataAvail: TThreadMethod;

  

  FOnPipeError: TThreadMethod;

  

  procedure Execute; override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property AsyncLoopWaitEvent: PRTLEvent; [r]

  

end;

Inheritance

TDebugProcessReadThread

  

|

TObject



CT Web help

CodeTyphon Studio