TRichView thread-safe
-
- Posts: 71
- Joined: Sat Aug 27, 2005 9:34 pm
TRichView thread-safe
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.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: TRichView thread-safe
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.