System Reference Summary : 4GL System Constants : System Constants : Input Event Settings
 
Share this page          
Input Event Settings
Constant Value
Description
Numeric
Equivalent
IE_MOUSEMOVE
Specifies that the input event is a mouse move
512
IE_LMOUSEDOWN
Specifies that the input event is a mouse left-button press
513
IE_LMOUSEUP
Specifies that the input event is a mouse left-button release
514
IE_LMOUSEDBLCLK
Specifies that the input event is a mouse left-button double-click
515
IE_RMOUSEDOWN
Specifies that the input event is a mouse right-button press
516
IE_RMOUSEUP
Specifies that the input event is a mouse right-button release
517
IE_RMOUSEDBLCLK
Specifies that the input event is a mouse right-button double-click
518
IE_MMOUSEDOWN
Specifies that the input event is a mouse middle-button press
519
IE_MMOUSEUP
Specifies that the input event is a mouse middle-button release
520
IE_MMOUSEDBLCLK
Specifies that the input event is a mouse middle-button double-click
521
IE_MOUSEHOVER
Specifies that the input event is a mouse pausing over a field
673
IE_MOUSEENTER
Specifies that the input event is a mouse moving onto a field
995
IE_MOUSEEXIT
Specifies that the input event is a mouse moving off a field
996
IE_PULSE
Specifies that the input event is a pulse, at one-second intervals)
998
IE_TICKPOINT
Specifies that the input event is the next scheduled alert
999
IE_USER
Specifies that the input event is user-defined (can only be triggered from the 4GL)
1024