ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the mouse position in a window Hide the details
Horizontal position (or X coordinate) of the mouse (or stylus) in pixels. By default, this position is given in relation to the top left corner of control on which the left mouse button was pressed. -1 if an error occurred.
Versions 17 and later Marker used to calculate the position: mpControl(Default value)Mouse position in relation to the top left corner of window (or window if the event occurs on the window).If this constant is selected, MouseXPos must be used in the click code of the control.mpScreenMouse position in the screen (in relation to the top left corner of screen).mpWindowMouse position in relation to the top left corner of window.mpImageMouse position in the image (in relation to the top left corner of image). If this constant is selected, MouseXPos must be used in the click code of the Image control.New in version 17 Marker used to calculate the position: mpControl(Default value)Mouse position in relation to the top left corner of window (or window if the event occurs on the window).If this constant is selected, MouseXPos must be used in the click code of the control.mpScreenMouse position in the screen (in relation to the top left corner of screen).mpWindowMouse position in relation to the top left corner of window.mpImageMouse position in the image (in relation to the top left corner of image). If this constant is selected, MouseXPos must be used in the click code of the Image control. Marker used to calculate the position: mpControl(Default value)Mouse position in relation to the top left corner of window (or window if the event occurs on the window).If this constant is selected, MouseXPos must be used in the click code of the control.mpScreenMouse position in the screen (in relation to the top left corner of screen).mpWindowMouse position in relation to the top left corner of window.mpImageMouse position in the image (in relation to the top left corner of image). If this constant is selected, MouseXPos must be used in the click code of the Image control.
Error
Various
Last update: 04/28/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: