TdxCustomSpellChecker.GetSuggestions(string) Method
Obtains suggested corrections for the misspelled AWord.
Declaration
function GetSuggestions(const AWord: string): TdxSpellCheckerSuggestionList;
Parameters
Name | Type |
---|---|
AWord | string |
Returns
Type |
---|
TdxSpellCheckerSuggestionList |
Remarks
If AWord contains a properly spelled word, this function returns an empty collection.
See Also