How do I display non printable chars in rich edit?

1.4k Views Asked by At

is there a way how to display any of the non-printable characters in TRichEdit control ? Or at least paragraph at the end of each line ?

I've made a quick preview to the rich edit messages but can't see anything specific for this purpose. I'm just curious about it hoping there's a cleaner way than replacing chars (at least for that paragraph).

Thanks

1

There are 1 best solutions below

2
On BEST ANSWER

There is no such feature in TRichEdit.

If you had TRichView you could just set rvoShowSpecialCharacters in the RichViewEdit.Options, and then call RichViewEdit.Reformat.