TdxCustomSpellChecker.OnCheckAsYouTypeStart Event
Enables you to perform specific actions before the Check As You Type checking starts in a text-editing control.
Declaration
property OnCheckAsYouTypeStart: TdxSpellCheckerCheckStartEvent read; write;
Remarks
Sender specifies the spell checker control.
AControl specifies the control whose content is checked.
AAllow specifies whether checking is allowed. Set AAllow to True, to allow checking in the control.
See Also