JVCL Help:TJvCreateProcess.WriteLn
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCreateProcess.WriteLn Method
[+] TJvCreateProcess Events
[+] TJvCreateProcess Methods
[+] TJvCreateProcess Properties
Search in JVCL Help
Search in all projectsSummary
Writes to the input of a console process and adds an end-of-line marker
Pascal
functionWriteLn(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 WriteLn to write to the input of a console process, created with TJvCreateProcess. The component will append an end-of-line arker (carriage return/line feed) to the data. If parameter S is an empty string, WriteLn an end-of-line marker to the input of a console process. Note coRedirect must be included in ConsoleOptions otherwise WriteLn will have no effect.
See Also
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