Zur Startseite

JRSpellChecker

Zur Homepage

MisspelledWordFromMousePos(x As Single, y As Single, ByVal xhwnd As Long, ByVal controllltype As Bindto) As String

Function:

the word at a specific x y position will be checked. If the word is not correct the function gives them back..

       

ico_syntax   Syntax:

JRSpell1.MisspelledWordFormMousePos x , y, x.hwnd, xtype

x.HWND

HWND of the RTF-Control, Textbox or TX-TextControl

x.type

xRtf_Control=1, xText_Box=2, xTX_Textcontroll=3; NetRtf_Control=11

x y

Screen coordinates in twips. If x.type=; NetRtf_Control then x and y in pixel.

       

ico_weitere   Return Value:


empty String if the word is correct.
Otherwise the misspelled word.

Example RTF-Control: PopUpMousePos

Example Textbox: PopUpMousePos