pi TrvActionShowSpecialCharacters

Top  Previous  Next

TrvActionShowSpecialCharacters is the action for "Non-printing Characters" command.

Unit RichViewActions;

Syntax

TrvActionShowSpecialCharacters = class(TrvAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

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.

The set of non-printing characters to display is defined in RVVisibleSpecialCharacters global variable (declared in RVStyle.pas).

The action includes/excludes rvoShowSpecialCharacters and rvoShowHiddenText from TCustomRichViewEdit.Options property and reformats TCustomRichViewEdit.

This action assumes that these options are included and excluded from Options together.

This action does not introduce any new properties in addition to properties of TrvAction.

See also

TrvActionHide


RichView © Sergey Tkachenko