 TRVSpellInterface
 TRVSpellInterface| << Click to display table of contents >> 
 | 
Allows using TRVSpellChecker (included in TRichView components) to correct spelling errors.
Unit RVAAddictSpellInterface;
TRVSpellChecker = class (TRVACustomSpellInterface);
| TObject TPersistent TComponent | 
To use this component, assign it to SpellInterface property of TRVAControlPanel component.
Properties:
•SpellChecker – a link to TRVSpellChecker component. Assignment to this property is required, otherwise a spelling check will not work.
See also: