TRichView.com Displaying, editing and printing hypertext for Delphi & C++ Builder
HomeFeaturesHistoryDownloadsOrderResourcesApplicationsSupportContacts


Actions
    RichViewActions
Components
    RichViewXML
Spell checkers
Reporting tools
    For ReportBuilder
Other Resources
Plug-ins
Additional Resources: Reporting Tools
TRichView in ReportBuilder

TRichView wrapper for ReportBuilder

License: Free addon for RichView v11.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.9.1 for ReportBuilder 9–11. Last updated: December 1, 2008:
Source code and test project (139K)
Compiled demo (1.92M)
Wrapper v1.12.1 for ReportBuilder 7. Last updated: December 1, 2008:
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)

back to top