TdxCustomSpellChecker.OnAutoCorrectFinish Event
Enables you to perform specific actions after the AutoCorrect checking is complete in a text-editing control.
Declaration
property OnAutoCorrectFinish: TdxSpellCheckerCheckFinishEvent read; write;
Remarks
Sender specifies the spell checker that performs the spell check.
AControl specifies the control whose content is checked.
See Also