| << Click to display table of contents >> TRVSpellChecker.SpellFormStyle | 
Defines an appearance of a spelling checking dialog.
type
  TRVSpellCheckFormStyle = 
    (rvsfsClassic, rvsfsMSWord);
 
property SpellFormStyle: TRVSpellCheckFormStyle;
This dialog is shown by Execute method.
| Value | Meaning | 
|---|---|
| rvsfsClassic | In this dialog, the user can modify a misspelled word. | 
| rvsfsMSWord | In this dialog, the user can modify a misspelled word and and text around it. |