On Mouse Move
Code | Pode ser chamado por | Definição |
---|---|---|
37 | 4D Write Pro area - Button - Button Grid - Check Box - Combo Box - Dropdown list - Form - Hierarchical List - Input - List Box - Picture Button - Picture Pop up menu - Plug-in Area - Progress Indicators - Radio Button - Ruler - Spinner - Splitter - Stepper - Tab control | The mouse cursor moves at least one pixel OR a modifier key (Shift, Alt/Option, Shift Lock) was pressed |
Descrição
Este evento é gerado:
- quando o cursor do rato se move pelo menos um píxel
- OR when a modifier key (Shift, Alt/Option, Shift Lock) was pressed. Isso permite que você gerencie operações de arrastar e soltar, como copiar ou mover.
If the event is checked for an object only, it is generated only when the cursor is within the graphic area of the object.
The On Mouse Move
event updates the MouseX and MouseY system variables.
Objetos tornados invisíveis usando o comando OBJECT SET VISIBLE
ou a propriedade Visibility não geram este evento.
Chamar a pilha
If the On Mouse Move
event has been checked for the form, it is generated for each form object. Se for verificada para um objeto, é gerada apenas para esse objeto. When there are superimposed objects, the event is generated by the first object capable of managing it that is found going in order from top level to bottom.