Back to Devexpress

TdxCustomSpellChecker Events

vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-underscore-events.md

latest3.7 KB
Original Source

TdxCustomSpellChecker Events

The base class for the TdxSpellChecker component.

NameDescription
OnAddWord protectedEnables you to control how words are added to user-defined dictionaries.
OnAfterCheck protectedAllows you to perform post-processing after the spell checker has completed the spell-checking process.
OnAutoCorrect protectedEnables you to specify how the automatic correction is applied.
OnAutoCorrectFinish protectedEnables you to perform specific actions after the AutoCorrect checking is complete in a text-editing control.
OnAutoCorrectStart protectedEnables you to perform specific actions before the AutoCorrect checking starts in a text-editing control.
OnBeforeCheck protectedAllows you to perform pre-processing before the spell checker begins the error check.
OnCheckAsYouTypeFinish protectedEnables you to perform specific actions after the Check As You Type checking is complete in a text-editing control.
OnCheckAsYouTypePopup protectedAllows you to perform specific actions after the context menu has been invoked.
OnCheckAsYouTypeStart protectedEnables you to perform specific actions before the Check As You Type checking starts in a text-editing control.
OnCheckControlInContainer protectedEnables you to prohibit the contents of individual child controls from being spell checked in a container or optionally cancel the spell check.
OnCheckWord protectedAllows you to manually determine if a word is misspelled.
OnEnabledDictionariesLoaded protectedFires when the threaded load of enabled dictionaries has been completed.
OnGetSuggestions protectedAllows you to perform specific actions when the list of suggestions is being obtained.
OnSpellingComplete protectedAllows you to provide a custom behavior after the spell check has been completed.

See Also

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit