Zur Startseite

JRSpellChecker

Zur Homepage

CanAddWordToUserDictionary() As Boolean

Function:

returns True if a word can be added to the user dictionary.
the local dictionary returns always true, the word dictionary returns true only if a user dictionary is selected. Use this fuction to build your own correction window.

       

ico_syntax   Syntax:

xbook= JRSpell1.GetUserRight

         

ico_weitere   Return value:


Boolean

fires no event.

Example:

    'the local dictionary returns always true, the word dictionary returns true only if a user dictionary is selected

    Command15.Enabled=Form1.JRSpell1.CanAddWordToUserDictionary