TdxSpellCheckerSuggestionList Class
A collection of suggestions prepared for a misspelled word.
Declaration
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