TdxCustomSpellChecker.OnGetSuggestions Event
In This Article
Allows you to perform specific actions when the list of suggestions is being obtained.
#Declaration
Delphi
property OnGetSuggestions: TdxSpellCheckerGetSuggestionsEvent read; write;
#Remarks
Sender specifies the spell checker.
AWord specifies the checked misspelling.
ASuggestions specifies the list of suggestions.
See Also