How to add a RichEdit band to fastreports 6

I use With TfrxMemoView.create(band) ... as in the programmers manual and that works fine.

I would like to have richedit control but there is no example on how to do this in the programmers manaual.

Tried TfrxRichView.create(band) ... but that doesn't work. Not recognized.

How to add rich text to FastReports 6?

Comments

  • I forgot to add cxRichEdit to the interface uses section or just add the control TfrxRichObject to the form. Now frxReport recognizes...

    With TfrxRichView.Create(band) do


    Note to anyone using this control programmatically, you can't use lines.savetostream like you do with TfrxMemo, you have to first say richedit.lines.savetostream(AStream).

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.