Back to Devexpress

TdxSpellCheckerSuggestionList Class

vcl-dxspellchecker-720d1d0a.md

latest931 B
Original Source

TdxSpellCheckerSuggestionList Class

A collection of suggestions prepared for a misspelled word.

Declaration

delphi
TdxSpellCheckerSuggestionList = class(
    TcxObjectList
)

Remarks

The TdxSpellCheckerSuggestionList object is returned by the spell checker’s GetSuggestions method, or it is referenced by the OnGetSuggestions event’s ASuggestions parameter.

Inheritance

TObject TList TcxObjectList TdxSpellCheckerSuggestionList

See Also

TdxSpellCheckerSuggestionList Members

dxSpellChecker Unit