TdxSpellCheckerSpellingOptions.IgnoreMixedCaseWords Property
Specifies whether the spell checker ignores mixed case words.
Declaration
property IgnoreMixedCaseWords: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the IgnoreMixedCaseWords property is True, the spell checker ignores words containing multiple upper-case letters, as well as lower-case letters.
This property doesn’t affect capitalized words.
The default value of the IgnoreMixedCaseWords property is True.
See Also