<< Click to display table of contents >> TRVAASpellInterface |
Allows using ASpell to correct spelling errors.
Unit RVAASpellInterface;
TRVAASpellInterface = class (TRVACustomSpellInterface);
TObject TPersistent TComponent |
To use this component, assign it to SpellInterface property of TRVAControlPanel component.
Properties:
•ASpell – a link to TRVASpell component. Assignment to this property is required, otherwise spelling check will not work.
ASpell support does not require additional components, all necessary components are installed by the TRichView installer.
However, the components works only if ASpell is installed. The installer can be found on aspell.net/win32.
See also: