Event XbpWindow():mbDblClick Foundation
Middle mouse button double clicked.
:mbDblClick := {| aPos, uNIL, self | ... }
:mbDblClick ( <aPos> ) --> self
xbeM_MbDblClick (1048593)
This method returns the object executing the method (self).
The event xbeM_MbDblClick is generated when the middle mouse button is double clicked in the Xbase Part. A double click is when the button is pressed two times and immediately released. The time interval within which the clicks must occur to cause the double click event can be set in the system configuration. The mouse coordinates <aPos> correspond to the first message parameter of the function AppEvent().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.