========================= Assorted projects ====================
                       For C++Builder 1,3,4,5
Delphi users: look at Demos\Delphi\Assorted\
================================================================
RichEdit
   How to implement RichEdit-style editing operations
   (make bold, apply font, etc.)
   Requires C++Builder 3+ (because of components you need to
   install to compile this demo).
Load RVF
   How to load file, created in editor demo.
Save HTML and Table Hypertext
   Loading RVF files (created in editor demo) and saving
   them in HTML using advanced features.
   (uses free Anders Melander's TGifImage,
   http://www.melander.dk/delphi/gifimage/,
   but can be modified to work with other GIF implementations
   supporting assignment from other graphic formats)
   Also using hypertext with tables is demonstrated.
   Requires C++Builder 3+ (because of TGifImage)
Printing
   How to print document.
DB Demo
   Data-aware versions of components.
CustomDraw
   Custom drawing in RichView.
   (C++Builder3+ is required, since
    TBitmap->ScanLines property was used)
CustomDraw2
   One more example of custom drawing (math-style)
Search and Replace
  Using search and replace dialog with TRichViewEdit
URLs (NEW)
  Demo scans for URLs in text and makes them hypertext links.
RTL (NEW)
  Using BiDiMode - displaying Hebrew and Arabic text (CB3+)