return information from last click
let info=document.getclick(property);
Property |
Return type |
Description |
|
dw |
string |
return the Datawindow, on which the user clicked (dw_1,dw_2...) |
|
top |
number |
Position from top (related to the datawindow. 0=top position from the datawindow |
|
left |
number |
Position from left (related to the datawindow. 0=left position from the datawindow |
|
name |
string |
return the object name |
|
objecttype |
string |
return the object type (column, bitmap, text, computed and so on) |
|
row |
number |
return the row. first row = 1 |
|
object |
|
||
type |
string |
|
|
mode |
boolean |
|