dxspellinterface TRVADXSpellInterface

<< Click to display table of contents >>

dxspellinterface TRVADXSpellInterface

Allows using ExpressSpellChecker to correct spelling errors.

Unit RVADXSpellInterface;

TRVADXSpellInterface = class (TRVACustomSpellInterface);

hmtoggle_arrow1Hierarchy

Description

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

Properties:

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

See also:

RichViewActions spelling check interfaces