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