JCL Help:TJclInfoWriter.Write@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Outputs a string to the underlaying object.


Pascal

 public procedure Write(const S: string);


Description

Write will write the specified string to the underlaying object. Just as Write in Object Pascal, there will be no CR/LF appended to the string. Use Writeln if you want an CR/LF appended when the string is outputed. If the string contains CR/LF, it will be seen as a separate string for which indentation level is taken into consideration.


About

Donator

Marcel Bestebroer


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