4D v14.3POST CLICK |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
POST CLICK
|
POST CLICK ( mouseX ; mouseY {; process} {; *} ) | ||||||||
mouseX | Longint |
![]() |
Horizontal coordinate | |||||
mouseY | Longint |
![]() |
Vertical coordinate | |||||
process | Longint |
![]() |
Destination process reference number, or Application event queue, if omitted, or 0 | |||||
* |
![]() |
If specified, global coordinate system is used If omitted, local coordinate system is used | ||||||
The POST CLICK command simulates a mouse click. Its effect as if the user actually clicked the mouse button.
You pass the horizontal and vertical coordinates of the click in mouseX and mouseY. If you pass the * parameter, you express these coordinates relative to the screen. If you omit the * parameter, you express these coordinates relative to the frontmost window of the process whose process number you pass in process.
If you specify the process parameter, the click is sent to the process whose process number you pass in process. If you pass 0 (zero) or if you omit the parameter, the click is sent at the application level, and the 4D scheduler will dispatch it to the appropriate process.
Product: 4D
Theme: User Interface
Number:
466
Created: 4D v6
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)