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?
Bookmark indicators
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Bookmark indicators
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\
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\