user532231
user532231

Reputation:

How do I display non printable chars in rich edit?

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

Upvotes: 1

Views: 1437

Answers (1)

Warren  P
Warren P

Reputation: 68882

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.

Upvotes: 1

Related Questions