Skip to main content

TdxCustomSpellChecker.OnAfterCheck Event

Allows you to perform post-processing after the spell checker has completed the spell-checking process.

Declaration

property OnAfterCheck: TdxSpellCheckerEvent read; write;

Remarks

Fires after the spell checker has finished all the spell-checking operations (see the OnSpellingComplete event and ShowSpellingCompleteMessage method).

The event is raised by the Check and CheckContainer methods.

Sender specifies the spell checker that performs the spell check.

See Also