General TRichView support forum. Please post your questions here
Pashtix
Posts: 5 Joined: Tue May 27, 2014 8:58 pm
Post
by Pashtix » Thu Jun 05, 2014 12:11 am
Hi,
Is it possible to work with RTF text without creating RichView visual controls? For example, to combine two documents into one, or to replace one piece of text with another.
Thanks!
Sergey Tkachenko
Site Admin
Posts: 17557 Joined: Sat Aug 27, 2005 10:28 am
Contact:
Post
by Sergey Tkachenko » Thu Jun 05, 2014 10:52 am
You can use TRVReportHelper that is not visual and can be used without a form. It contains an invisible TRichView, accessible as RVReportHelper.
However, if you want to save RTF containing tables, document must be formatted. TRVReportHelper is formatted by calling Init method.