[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: debugprocess.pas line 100
type TDebugProcess = class |
||
protected |
||
function GetDebugProcessRunning; |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function CreateDebugProcess(); |
|
|
procedure StopDebugProcess; |
|
|
procedure SendCmdLn(); |
|
|
property DebugProcess: TProcessUTF8; [r] |
|
|
property DebugProcessRunning: Boolean; [r] |
|
|
property OnLineReceived: TDebugProcessNotification; [rw] |
|
|
property OnBeginLinesReceived: TNotifyEvent; [rw] |
|
|
property OnEndLinesReceived: TNotifyEvent; [rw] |
|
|
property OnLineSent: TDebugProcessNotification; [rw] |
|
|
property OnSendError: TDebugProcessNotification; [rw] |
|
|
property OnTerminate: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |