Page 1 of 1

Visible space and new line characters.

Posted: Wed Oct 03, 2007 6:47 pm
by fure
Is there a way to show the space and new line characters (displaying a dot for spaces and the paragraph symbol for a new line) in TRichViewEdit? I have looked in the help files and searched the forum for anything like this but have not found anything yet.

Thanks

Posted: Thu Oct 04, 2007 6:53 am
by Sergey Tkachenko
Include rvoShowSpecialCharacters in TRichViewEdit.Options.
If document is already displayed, call Reformat to update.

Posted: Thu Oct 04, 2007 4:34 pm
by fure
Thank you, that is exactly what I was looking for.