ON MOUSEStatement
Syntax
DescriptionThis statement designates a particular function or subroutine as a mouse-event handling routine. A mouse-event handling routine is called in response to a mouseclick which occurs inside the content region of the currently active window (but not inside any buttons, scrollbars, edit fields nor picture fields). After such a mouseclick occurs, FB does not call your designated routine immediately. Instead, your program continues executing until a Note: If your program does not use See AlsoMOUSE <event> MOUSE(_down); MOUSE <position> HANDLEEVENTS |