Zur Startseite

JRSpellChecker

Zur Homepage

IgnoreWord(ByVal IWord As String)

Function:

adds a word to the ignore word list.

Please use this function, if you want to create a own correction dialogue.

Note! This function is adding the word always to the local ignore word list.

       

ico_syntax   Syntax:

JRSpell1.IgnoreWord xText

xText

Word to ignore

         

ico_weitere Return value:


nothing

fires no event.

Example:

    JRSpell1.IgnoreWord Trim$(Text1.Text)