JCL Help:TJclInfoWriter

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

IJclInfoWriter
|
TJclInfoWriter
|
TJclInfoStringsWriter


Summary

Abstract base RTTI outout class.


Pascal

 public TJclInfoWriter = class(TInterfacedObject, IJclInfoWriter);


Description

Abstract base class for RTTI info output. Do no create an instance of this class but rather use a descendant (JclRTTI provides a descendant to write to a TStrings descendant).
The class implements all properties and methods of the IJclInfoWriter interface and adds some internal methods and properties.
Descendants should override the PrimWrite method to do the actual writing.


About

Unit

JclRTTI


Navigation

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