trichview.support
Re: Assign TRichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 09/08/2004 19:42:16 You can copy document to TMemoryStream (SaveRVFToStream) in the main process. Then, in thread, load it (LoadRVFFromStream) and save to RTF. I do not know if it makes sense. May be only if document contains large (or many small) pictures - they can make RTF saving slow. > i want to assign the whole content so that all the exporting work can be > done on the thread while the form that holds the rve is closed. |
Powered by ABC Amber Outlook Express Converter