spellinterface TRVAASpellInterface

<< Click to display table of contents >>

spellinterface TRVAASpellInterface

Allows using ASpell to correct spelling errors.

Unit RVAASpellInterface;

TRVAASpellInterface = class (TRVACustomSpellInterface);

hmtoggle_arrow1Hierarchy

Description

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:

RichViewActions spelling check interfaces