Skip to main content

TdxSpellCheckerSpellingOptions.IgnoreRepeatedWords Property

Specifies whether the spell checker ignores repeated words.

Declaration

property IgnoreRepeatedWords: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, the spell checker considers repeated words as a mistake. If you want to allow repeated words in text, set the IgnoreRepeatedWords property to True.

The default value of the IgnoreRepeatedWords property is False.

See Also