rvico TRichView Reference | Global constants and variables

RVVisibleSpecialCharacters Typed Constant

Top  Previous  Next

Unit RVStyle.

Syntax

type 

  TRVSpecialCharacter = (rvscSpace, rvscNBSP, rvscParagraph, rvscSoftHyphen);

  TRVSpecialCharacters = set of TRVSpecialCharacter;

const

  RVVisibleSpecialCharacters: TRVSpecialCharacters = [rvscSpace..rvscSoftHyphen]; 

(introduced in version 10)

Lists characters which will be shown when rvoShowSpecialCharacters is included in TCustomRichView.Options.

Value

Meaning

rvscSpace

If included, space characters are shown (as middle dots). Hidden spaces at the ends of lines are not shown, see RichViewShowGhostSpaces)

rvscNBSP

If included, non breaking space characters are shown (as circles)

rvscParagraph

If included, end-of-paragraph and end-of-line marks are shown (as Pi-characters and arrows, respectively)

rvscSoftHyphen

If included, soft hyphen characters are shown in Unicode text.


RichView © Sergey Tkachenko