Zur Startseite

JRSpellChecker

Zur Homepage

GetAlternateShortlist(ByVal word As String) As String

Function:

returns a list with alternate words.
This function returns a shortlist with the top 10 alternate words. The returned words are the same as in the popup dialog.
You can use this function to build your own popup-dialog.

         

ico_syntax Syntax:

JRSpell1.GetAlternateShortlist Word

xWord

return a alternate for this word.

       

ico_weitere   Return value:


comma separated string with alternates.

Fires no event.