WebView.HitTest (gb.qt4.webkit)
Function HitTest ( X As Integer, Y As Integer ) As WebHitTest
Return what is found at a specific point on the HTML page.
(
X,
Y) are the coordinates of the point, (
0
,
0
) being the top left of the page.
The result is returned as a
WebHitTest object.