TPlusMemo.ShowNonPrintChars property
PlusMemo Help Send comments on this topic.
TPlusMemo.ShowNonPrintChars property

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

 

type

  TpmNonPrintChar = (pmNPSpace, pmNPTab, pmNPReturn);

  TpmNonPrintChars = set of TpmNonPrintChar;

 

property ShowNonPrintChars: TpmNonPrintChars;

 

Description

This property controls which non printing characters are displayed with special marks.  ShowNonPrintChars is a set property with the following possible members:

 

pmNPSpace if present, spaces are displayed by a small centered dot instead of a blank
pmNPTab  if present, tabs are displayed using a small right pointing arrow
pmNPReturn presence of this member makes end of paragraph marks appear with the symbol ¶
 

Remark

Justification should be turned off when using pmNPSpace in property ShowNonPrintChars, otherwise caret placement will not reflect the true logical position.  This is done by setting property Justified to False.