trichview.support
Re: RVF or RTF |
Author |
Message |
Sergey Tkachenko |
Posted: 02/04/2004 20:05:54 For internal storage I recommend RVF. Future versions will always read RVF created with older versions. Some contents cannot be saved in RTF, some is converted to the closest RTF analog. But TStringStream requires text format. RTF is a text format (moreover, it uses only characters with codes < 128). RVF can be a text format if you exclude rvfoSaveBinary from RVFOptions. But it's better to use TMemoryStream instead of TStringStream, if possible. > Hi, > > I want to store the content of a TRichView(Edit) in a StringStream. Should I > use RVF- or RTF-format? What are the pros and cons of RVF and RTF? For me > it's important, that the content is stored faithful and can be read in > future versions of TRichView(Edit). > > Regards > Sebastian > > |
Powered by ABC Amber Outlook Express Converter