trichview.support
Re: Tables |
Author |
Message |
Sergey Tkachenko |
Posted: 11/25/2002 16:31:56 What does "text format" mean: - using no non-text information, no special keywords, etc? or - using non-text information, special keywords, but they must be text keywords? If the latter, you can use: 1) (if you do not use Unicode characters) RichView Format (RVF), excluding rvfoBinary from RVFOptions; text inside tables will be saved in encode form; 2) RTF (Rich Text Format) 3) RichViewXML (for trial version - http://www.trichview.com/resources/xml/richviewxml.zip, for this latest version - http://www.trichview.com/resources/xml/beta.zip) For (1) and (2), you can use TDBRichViewEdit (see FieldFormat property). For (3), you will need to save and load data via stream. As for table.SaveToStream, it saves table binary (in the way similar to storing components in DFM) > > I have tables in my TRichView > > I wanna write all the content of rve in DataBase in some text format (and > keep the tables), how should I do that ? > > what is savetostream , how does it works ? |
Powered by ABC Amber Outlook Express Converter