ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
16 results for: champ mouse
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
CursorDisplay (Function)
Displays or hides the mouse cursor.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
Mouse functions
List of functions for mouse management...
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.