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