| << Click to display table of contents >> TRVSpellChecker.OnSpellForm | 
Occurs when a spelling checking dialog is created.
type
  TRVSpellFormEvent = procedure (
    Sender: TRVSpellChecker;
    Form: TfrmRVCustomSpell_) of object;
 
property OnSpellForm: TRVSpellFormEvent
You can perform additional form initializations in this event.
TfrmRVCustomSpell_ is a parent class of forms used as spelling checking dialogs (RVSpellFormUtils unit).
The actual dialogs are inherited from this class:
▪standard forms:
•TfrmRVSpell (RVSpellFrm unit), used if SpellFormStyle = rvsfsClassic)
•TfrmRVSpellWord (RVSpellWordFrm unit), used if SpellFormStyle = rvspellfrmMSWord)
▪if TNT Controls (TMS Unicode components) are used:
•TfrmRVTntSpell (RVTntSpellFrm unit), used if SpellFormStyle = rvsfsClassic)
•TfrmRVTntSpellWord (RVTntSpellWordFrm unit), used if SpellFormStyle = rvspellfrmMSWord)