JVCL Help:TJvCreateProcess.ConsoleOptions

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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