TdxSpellCheckerSuggestionList.FixCapitalization(string) Method
In This Article
Analyzes the misspelled word’s case, and converts suggested replacements to the corresponding case.
#Declaration
Delphi
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