JVCL Help:TJvCreateProcess.ConsoleOptions
JVCL Help: TJvCreateProcess.ConsoleOptions Property
Search in JVCL Help
Search in all projectsSummary
Specifies behavioral properties of the search component concerning console creation.
Pascal
propertyConsoleOptions: TJvConsoleOptions;
Description
When the TJvCreateProcess creates a console process, it can redirect the standard input and output of that process. The component will then generate OnRawRead and OnRead events, that enables you to respond to the output of the console; Furthermore, you can send data directly to the consoles input by calling Write or WriteLn.
Use ConsoleOptions to specify whether to redirect the standard input and output of newly created console processes, and whether to log the console output.
See Also
TJvCreateProcess.ConsoleOutput, TJvCreateProcess.OnRawRead, TJvCreateProcess.OnRead
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page