property Edit.WordFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS, [Reserved as Variant]) as String
Retrieves the word from the cursor.

TypeDescription
X as OLE_XPOS_PIXELS A single expression that indicates the X position in client coordinate.
Y as OLE_YPOS_PIXELS A single expression that indicates the Y position in client coordinate.
Reserved as Variant Not used. 
String A long expression that indicates word from point (X,Y).
The WordFromPoint property retrieves the word from the specified point. Use the WordFromPoint property to get the word from the point specified by the {X,Y}. The X and Y coordinates are expressed in client coordinates, so a conversion must be done in case your coordinates are relative to the screen or to other window.  If the X parameter is -1 and Y parameter is -1 the WordFromPoint property determines the word from the cursor. The ShowToolTip method can be used to show a custom tooltip at specified location.