TdxCustomSpellChecker.OnAutoCorrectFinish Event
In This Article
Enables you to perform specific actions after the AutoCorrect checking is complete in a text-editing control.
#Declaration
Delphi
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