Skip to main content

TdxCustomSpellChecker.OnSpellingComplete Event

Allows you to provide a custom behavior after the spell check has been completed.

Declaration

property OnSpellingComplete: TdxSpellCheckerSpellingComplete read; write;

Remarks

Sender specifies the spell checker.

AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the display of the default The spelling check is complete dialog.

See Also