JVCL Help:TJvCreateProcess.ConsoleOutput
JVCL Help: TJvCreateProcess.ConsoleOutput Property
Search in JVCL Help
Search in all projectsSummary
Returns a string list that contains the output of the console process.
Pascal
propertyConsoleOutput: TStrings;
Description
ConsoleOutput is a string list that contains the output of console processes created with the TJvCreateProcess component, which standard input and output is redirected.
The console output is pre-processed by TJvCreateProcess: It has the same format as it appears in a DOS box. To determine the raw output of a console process, you must respond to OnRawRead events.
coOwnerData must not be included in Options, but coRedirect must be included, otherwise ConsoleOutput stays empty.
Use properties and methods for string lists to traverse this list of directories and read individual items.
See Also
TJvCreateProcess.ConsoleOptions, 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