TRichView thread-safe

General TRichView support forum. Please post your questions here
Post Reply
LadyOfWood
Posts: 71
Joined: Sat Aug 27, 2005 9:34 pm

TRichView thread-safe

Post by LadyOfWood »

Is TRichView is thread-safe? I need use TRichView to process documents that load/save from/to stream LoadRVFFromStream/SaveRVFToStream, html export SaveHTMLToStreamEx, delete and insert items. TRichView used without Parent property set and do not use Format/FormatTail methods at all.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: TRichView thread-safe

Post by Sergey Tkachenko »

These methods can be used in threads, but not at the same time for the same TRichView. I.e. you cannot save two files from the same TRichView simultaneously.
Post Reply