JVCL Help:TJvCreateProcess.Write

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

Search in JVCL Help

 
Search in all projects
 

Summary

Writes to the input of a console process.


Pascal

 functionWrite(constS: AnsiString): Boolean;


Parameters

Parameters Description
const S: AnsiString Data to be written to the input of a console process.


Return Value

Returns True on success, otherwise returns False.


Description

Call Write to write to the input of a console process, created with TJvCreateProcess. Note coRedirect must be included in ConsoleOptions otherwise Write will have no effect.


See Also

TJvCreateProcess.WriteLn


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