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