TdxCustomSpellChecker.OnCheckAsYouTypeFinish Event
Enables you to perform specific actions after the Check As You Type checking is complete in a text-editing control.
Declaration
property OnCheckAsYouTypeFinish: TdxSpellCheckerCheckFinishEvent read; write;
Remarks
Sender specifies the spell checker control.
AControl specifies the control whose content is checked.
See Also