Back to Devexpress

TdxCustomSpellChecker.ShowSpellingCompleteMessage Method

vcl-dxspellchecker-dot-tdxcustomspellchecker-2d42c868.md

latest1.1 KB
Original Source

TdxCustomSpellChecker.ShowSpellingCompleteMessage Method

Invokes the The spelling check is complete dialog.

Declaration

delphi
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

Spelling Complete Dialog

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit