[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |