Zur Startseite

JRSpellChecker

Zur Homepage

SpellCheckInfoMisspelledWord() As String
SpellCheckInfoSelektedWord() As String
SpellCheckInfoSelstartpos() As Long
SpellCheckInfoSelLength() As Long
SpellCheckInfoStartposOffset() As Long

Function:

returns informations about the current misspelled word.

MisspelledWord returns the misspelled word.
SelStartpos the start position of the misspelled word.
SelLength the length of the misspelled word.

StartposOffset returns the offset for the next search of a misspelled word.

SelektedWord returns the user selected word from an dialog for this misspelled word.

       

ico_syntax   Syntax:

myword$=JRSpell1.SpellCheckInfoMisspelledWord

myword$=JRSpell1.SpellCheckInfoSelektedWord

       

ico_weitere   Return value:


String or Long.