<< Click to display table of contents >> TrvActionShowSpecialCharacters |
TrvActionShowSpecialCharacters is the action for "Non-printing Characters" command.
Unit RichViewActions;
Syntax
TrvActionShowSpecialCharacters = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
The action shows/hides:
•marks for non-printing characters (spaces, non breaking spaces, tabs, soft hyphens, paragraphs separators, line separators) and placeholders of floating items;
•hidden items;
•(if ShowCheckpoints = True) checkpoints.
The set of non-printing characters to display is defined in RVVisibleSpecialCharacters global variable (declared in RVStyle.pas).
The action includes/excludes rvoShowSpecialCharacters, rvoShowHiddenText, rvoShowCheckpoints from TCustomRichViewEdit.Options property and reformats TCustomRichViewEdit.
This action assumes that these options are included and excluded from Options together. Make sure that it is true for the initial state of editors in your application.
See also