<< Click to display table of contents >> RVParagraphMarks Typed Constant |
Unit [VCL/FMX]: RVStyle / fmxRVStyle;
Syntax
type
TRVParagraphMarks = (rvpmStandard, rvpmArrows);
const
RVParagraphMarks: TRVParagraphMarks = rvpmStandard;
(introduced in version 13)
Defines a set of symbols used to display ends of paragraphs and lines.
These symbols are displayed if rvoShowSpecialCharacters is included in TCustomRichView.Options, and rvscParagraph is included in RVVisibleSpecialCharacters variable.
Value |
Meaning |
---|---|
rvpmStandard |
Pilcrow for paragraph breaks, bended arrow for line breaks |
rvpmArrows |
Bended arrow for paragraph breaks, arrow down for line breaks |
Example:
See also:
▪TRVStyle.SpecialCharactersColor