Page 1 of 1

Operating with RTF without RichViewEdit visual control

Posted: Thu Jun 05, 2014 12:11 am
by Pashtix
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!

Posted: Thu Jun 05, 2014 10:52 am
by Sergey Tkachenko
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.