Page 1 of 1

Bookmark indicators

Posted: Wed Jul 01, 2020 5:42 pm
by jgkoehn
Greetings Forum,
Is there a way to turn off Bookmark indicator circle while keeping the bookmark via the rtf? Or is it a TRichView only setting?

Re: Bookmark indicators

Posted: Wed Jul 01, 2020 6:44 pm
by Sergey Tkachenko
Bookmarks are shown as lines with a circle only if rvoShowCheckpoints is included in RichViewEdit.Options. To hide them, exclude this option.

Note that TrvActionShowSpecialCharacters shows/hides bookmarks. If you use RichViewActions, and want bookmarks to be always hidden (or always shown), assign rvActionShowSpecialCharacters1.ShowCheckPoints = False.

As an alternative, you can draw them differently yourself, see the demo in <TRichView Dir>\TRichView\Demos\DelphiUnicode\Assorted\Custom Draw\CustomDraw\