|
RVParagraphMarks Typed Constant |
Top Previous Next |
|
Unit RVStyle. 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.
Example:
See also: ▪TRVStyle.SpecialCharactersColor |