Zur Startseite

JRSpellChecker

Zur Homepage

UsedWordbook() As mywordbooks

Function:

returns the name of the current dictionary.

       

ico_syntax   Syntax:

mywordbook = JRSpell1.UsedWordbook

 

       

ico_weitere   Return value:


nothing

fires no event.

Example:

    If JRSpell1.UsedWordbook = LokalWordBook Then ...

    Public Enum mywordbooks
                LokalWordBook=0
                WordWordBook=1
    End
    Enum