Images from Image Lists
This is an unique feature of RichView.
Images can be inserted just from Image Lists! This is a very memory-efficient way to represent repeated small graphics in documents
(RichView stores in memory only an image index and a link to the TImageList)
Demo 1 with images from Image Lists:
- Demos\Delphi\MultiDemo\ subdirectory of RichView installation, or
- Demos\CBuilder\MultiDemo\ subdirectory of RichView installation, or
- download the compiled demo.
Demo 2 (menu Insert | Bullet and Insert | Hot Spot):
- 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 on RichView item types (see tutorial 1, project 5):
- Demos\Delphi\Tutorial\ subdirectory of RichView installation, or
- Demos\CBuilder\Tutorial\ subdirectory of RichView installation.
|