Features |
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.
Resizing
Controls can be resized with mouse (optionally)
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
|