
This method will return the current screen position of the cursor in pixel unit only.
Returns the following according to the situation:
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetMouseCoords ) |
If the control name is blank then it is the dialog box that has the focus.
Copy Code |
|---|
; Get the mouse position (Setq rValue (Odcl_GetMouseCoords)) |