Back to Devexpress

TdxCustomSpellChecker.GetSuggestions(string) Method

vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-getsuggestions-x28-system-dot-string-x29.md

latest785 B
Original Source

TdxCustomSpellChecker.GetSuggestions(string) Method

Obtains suggested corrections for the misspelled AWord.

Declaration

delphi
function GetSuggestions(const AWord: string): TdxSpellCheckerSuggestionList;

Parameters

NameType
AWordstring

Returns

Type
TdxSpellCheckerSuggestionList

Remarks

If AWord contains a properly spelled word, this function returns an empty collection.

See Also

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit