TdxSpellCheckerCustomAutoCorrectOptions.FirstLetterExceptions Property
In This Article
Returns a collection of words that the spell checker won’t automatically treat as a sentence end.
#Declaration
Delphi
property FirstLetterExceptions: TdxSpellCheckerAutoCorrectExceptions read;
#Property Value
Type |
---|
Tdx |
#Remarks
Assume that a sentence contains an abbreviation ended with a period. If the CorrectSentenceCaps option is enabled, the spell checker recognizes it as a sentence end.
In order to inform that this is an exception to the rule, the spell checker allows end-users to specify these words using the Exceptions dialog.
See Also