TdxSpellCheckerSuggestionList.FixCapitalization(string) Method
Analyzes the misspelled word’s case, and converts suggested replacements to the corresponding case.
Declaration
procedure FixCapitalization(const AMask: string);
Parameters
Name | Type |
---|---|
AMask | string |
Remarks
The FixCapitalization method doesn’t apply transformation to the mixed case words.
See Also