TRVSpellChecker.DialogShown (read-only)

<< Click to display table of contents >>

TRVSpellChecker.DialogShown (read-only)

Returns True if a dialog was shown during spelling checking.

property DialogShown: Boolean;

You can read value of this property after calling Execute.

For example, if spelling check was completed without showing a dialog, you can display a message box informing that checking is finished (in RichViewActions, it is implemented in TRVSpellInterface component)