Hi,
what are the main differences between RTF and RVF?
I'd prefere using RTF, but I'm not sure what I'll miss then.
Thanks, Jenns
RTF vs RVF
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Use RTF if you need this file to be read by another applications. The most of TRichView document features can be saved in RTF, but not all (for example, RTF does not support background table images, Delphi controls and some image formats, including animation). RTF files are usually large.
RVF is more useful in internal format, because it is smaller, saved and loaded faster, and can contain all document features supported by TRichView.
Usually, the best scheme is using RVF to store data internally, and implementing RTF import and export.
RVF is more useful in internal format, because it is smaller, saved and loaded faster, and can contain all document features supported by TRichView.
Usually, the best scheme is using RVF to store data internally, and implementing RTF import and export.