TRichView.com
HomeFeaturesHistoryDownloadsOrderResourcesApplicationsSupportContacts

List of Features
TRichView
Formatting
Images
Delphi Sub-Controls
Tables
Bullets & Numbering
Styles
Multi-Language
Hypertext
Import and Export, DB
Editing
Printing
Spell-Checking
ScaleRichView
WYSIWYG Editing
Printing Posters
Delphi Sub-Controls

      Features 

Images in TRichView ← Previous    .. List of Features    Next → Tables in TRichView

Delphi/C++Builder Controls in TRichView


Controls

Support for documents with inserted Delphi controls is a unique feature of RichView.
You can insert any Delphi control and it will work just like on a form (with one exception - it will be positioned in the proper place inside the document by the RichView).

Documents with inserted controls (with all their published properties) can be saved in files or database fields in the special format (RichView Format) or XML.
RichView provides events so that a programmer can write code for exporting controls to RTF and HTML, and printing.

Inserted controls: TMediaPlayer and TPanel, displaying AVI movie Inserted controls: TButton, TEdit


Resizing

Controls can be resized with mouse (optionally)

Resizing TButton


Additional Information

Demos

Demo (an editor with ability to insert TButton, TEdit, TOLEContainer controls):

  • Demos\Delphi\Editors\Editor 1\ subdirectory of RichView installation, or
  • Demos\CBuilder\Editors\Editor 1\ subdirectory of RichView installation, or
  • download the compiled demo.

Tutorial (tutorial 1, project 4):

  • Demos\Delphi\Tutorial\ subdirectory of RichView installation, or
  • Demos\CBuilder\Tutorial\ subdirectory of RichView installation.

Additional Information from the Support Forum

In the examples with AVI, SWF and WAV, media files are stored directly in document (in RVF format).

See Also

Delphi/C++Builder Controls in ScaleRichView