Stdout Event
Fired when data (complete lines) come in through stdout.
Syntax
typedef void __fastcall (__closure *TiphSShellStdoutEvent)(System::TObject* Sender, TiphSShellStdoutEventParams *e);__property TiphSShellStdoutEvent OnStdout = {read=FOnStdout, write=FOnStdout};
typedef struct {
String Text;
} TiphSShellStdoutEventParams;
Remarks
The Stdout event is fired every time the process on the remote host outputs a line in its standard output. The incoming data is provided through the Text parameter.