TDataReceivedEventHandler Delegate
Represents the method that will handle the OnOutputDataReceived event or OnErrorDataReceived event of a Process.
type TDataReceivedEventHandler = procedure(Sender: TObject; E: _DataReceivedEventArgs) of Object;
Represents the method that will handle the OnOutputDataReceived event or OnErrorDataReceived event of a Process.
type TDataReceivedEventHandler = procedure(Sender: TObject; E: _DataReceivedEventArgs) of Object;