Assign RTF "source code" to TfrxRichView?

I have a client dataset with a string field containing RTF text like {\rtf1...}. I'm trying to use TfrxRichView to display the field but always get to see the "raw" text. How can I change that?

Comments

  • gpigpi
    edited 10:28AM
    Try to assign TfrxRichView.RichEdit.Lines with your RTF text
  • edited 10:28AM
    Thanks for your answer!

    Sorry, my fault: The data field had a MaxLength, so the RTF got truncated and apparently couldn't get parsed correctly. >

Leave a Comment