RichViewApostropheInWord

<< Click to display table of contents >>

RichViewApostropheInWord

Unit [VCL/FMX]: RVThread / fmxRVThread;

Syntax

var 

  RichViewApostropheInWord: Boolean = True;

Specifies how apostrophe characters are processed in live spelling.

These characters are: ' (#$0027) and (#$2019).

If True: apostrophes are allowed in middle of words, even if they are included in Delimiters property. For example, "doesn't" is processed as one word instead of "doesn" and "t".

If False: apostrophes are processed like all other delimiters. For example, when checking French text with Addict3, it is recommended to include '''' in Delimiters and assign RichViewApostropheInWord=False.

Note: apostrophe is not included in Delimiters by default.