JCL Help:TJclInfoWriter.PrimWrite@string
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclInfoWriter.PrimWrite Method
[+] TJclInfoWriter Methods
[+] TJclInfoWriter Properties
Search in JCL Help
Search in all projects
Summary
Primary write method.
Pascal
protected procedure PrimWrite(const S: string); virtual; abstract;
Parameters
Parameters | Description |
const S: string | The string to write to the output device/stream/object. The string has proper indentation, consists of 1 line and will be no longer than the number of character specified by the Wrap property. |
Description
PrimWrite is an abstract method that does the actual writing to the underlaying object. S is guarenteed to be no longer than Wrap characters will be exactly 1 line with proper indentation.
Override PrimWrite in descendants to write the output to the object, device or stream.
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