ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 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....
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.
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.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.