Code: Select all
RichViewEdit.LoadRTF('C:\Test.rtf');
RichViewEdit.Format;
Now trying to do the same with the TRVReportHelper like this
Code: Select all
RVReportHelper.RichView.LoadRTF('C:\Test.rtf');
RVReportHelper.RichView.Format;
What have I got to do? Or is this a bug?
Thank you for any hints.