Operating with RTF without RichViewEdit visual control

General TRichView support forum. Please post your questions here
Post Reply
Pashtix
Posts: 5
Joined: Tue May 27, 2014 8:58 pm

Operating with RTF without RichViewEdit visual control

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply