JCL Help:TJclInfoWriter.DoWriteCompleteLines
JCL Help: TJclInfoWriter.DoWriteCompleteLines Method
Search in JCL Help
Search in all projects
Summary
Writes all complete lines to the output object/device/method.
Pascal
protected procedure DoWriteCompleteLines;
Description
DoWriteCompleteLines writes any complete l ines currently in the buffer. The info writer buffers text until it has at least a complete line. This is done to allow mulitple successive calls to the Write method to be indented / word wrapped properly.
DoWriteCompleteLines will check if there's at least a complete line in the buffer, and if there is, it will call PrimWrite to output that line and removes it from the buffer. It will loop until there are no complete lines left.
After a call to this method the buffer could be either empty or contain a partial (unfinished) line.
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