JCL Help:IJclInfoWriter
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IJclInfoWriter Interface
[+] IJclInfoWriter Methods
[+] IJclInfoWriter Properties
[+] JclRTTI.pas Interfaces
Search in JCL Help
Search in all projectsClass Hierarchy
IJclInfoWriter
|
TJclInfoWriter
Summary
Interface to an output stream for RTTI information or declaration.
Pascal
public IJclInfoWriter = interface;
Description
IJclInfoWriter is an interface that's used as an output stream for the WriteTo and DeclarationTo of the RTTI interface. The interface provides methods and properties to allow for:
- automatic word wrapping at a given column
- set indentation levels
- write a line to the underlaying object.The JclRTTI unit provides you with an abstract base implementation and a descendant implementation that uses a TStrings descendant as output.
About
Unit
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