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