Actions
    RichViewActions
Components
    RichViewXML
Spell checkers
Reporting tools
    For ReportBuilder
Other Resources
Plug-ins

TRichView wrapper for ReportBuilder

License: Free addon for RichView v10.0 (or newer) and ReportBuilder by Digital Metaphors
Required compiler versions: Delphi 4 or newer, C++Builder 4 or newer
Source code: included

Wrapper v1.7.2 for ReportBuilder 9 and 10. Last updated: February 16, 2008:
Source code and test project (132K)
Compiled demo (1.92M)
Wrapper v1.11 for ReportBuilder 7. Last updated: April 28, 2007:
Source code and test project (122K)


The wrapper implements two objects: TppRichView and TppDBRichView. They can be used together with (or instead of) ReportBuilder's own richtext objects.

TppRichView and TppDBRichView provide much more sophisticated formatting than the standard objects, including tables, background images, multilevel numbering, etc.


The wrapper supports the following ReportBuilder addins:
    With Export Devices, TRichView objects can be exported (as a part of report) to:
  • HTML (as an image)
  • XLS - Microsoft Excel File (as a plain text, or (in PRO version) as an image)
  • RTF - Rich Text Format (as an image or as a simplified rich text)
  • Graphic - Gif, Jpeg, Bitmap, Metafiles
  • PDF - Adobe Portable Document Format (as an image)
    With TExtraDevices, TRichView objects can be exported (as a part of report) to:
  • HTML (as a simplified rich text)
  • XHTML (as a simplified rich text)
  • RTF - Rich Text Format (as a simplified rich text)
  • Graphic
  • PDF - Adobe Portable Document Format (as a plain text)