========================= Tutorial projects ====================
1. Building a Document:
   Set of projects:
   First project with RichView ("Hello World!"),
   types of RichView items,
   building RichView document at run-time from code.
2. Items-Checkpoints-Tags-Hypertexts
   Set of projects:
   exploring and interacting with RichView document.
RichEdit
   How to implement RichEdit-style editing operations
   (make bold, apply font, etc.)
   Requires Delphi 3+ (because of components you need to
   install to compile this demo).
Load RVF
   How to load file, created in editor demo.
Printing
   How to print document.
DB Demo
   Data-aware versions of components.
CustomDraw
   Custom drawing in RichView.
   (Delphi3+, C++Builder3+ required, since
    TBitmap.ScanLines property was used)
================ How to use with C++Builder ====================
Create new C++Builder project (application). Remove form from this
project. Add form from tutorial project (most of tutorial projects
have only one form). Compile.
================================================================