Skip to main content

TdxCustomSpellChecker.ShowSpellingCompleteMessage Method

Invokes the The spelling check is complete dialog.

Declaration

procedure ShowSpellingCompleteMessage; virtual;

Remarks

This dialog is initialized automatically when the spell check (see the Check method) reaches the end of the text.

Use the ShowSpellingCompleteMessage method to invoke the dialog, if the OnSpellingComplete event is handled and the event’s AHandled parameter is set to True (setting this parameter to True doesn’t display the default dialog).

See Also