spellinterface TRVAHunSpellInterface

<< Click to display table of contents >>

spellinterface TRVAHunSpellInterface

Allows using HunSpell to correct spelling errors.

Unit RVAASpellInterface;

TRVAHunSpellInterface = class (TRVACustomSpellInterface);

hmtoggle_arrow1Hierarchy

Description

To use this component, assign it to SpellInterface property of TRVAControlPanel component.

Properties:

HunSpell – a link to TRVHunSpell component. Assignment to this property is required, otherwise a spelling check will not work.

HunSpell support does not require additional components, all necessary components are installed by the TRichView installer.

However, the components works only if HunSpell DLL and dictionaries are available for the application.

See also:

RichViewActions spelling check interfaces