Delphi RTF

TECH TIP: Copy RTF Data from TRichEd to TppRichText

You can copy RTF data from Delphi’s TRichEd to ReportBuilder’s TppRichText control by using an intermediate memory stream:

Note: An alternative method would be to use RichEdit1.Lines.SaveToFile and TppRichText.LoadFromFile.