Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpellCheckerCustomAutoCorrectOptions.FirstLetterExceptions Property

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
TdxSpellCheckerAutoCorrectExceptions

#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