ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
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.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
Properties associated with Combo Box controls that display a table
Code snippets
The code editor allows you to enter "Code snippets"......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
Word Processing control events
WINDEV manages the following events by default......
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
PDF Reader control events
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Handling report blocks
The different operations available on report blocks are as follows......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Describing an element
A flexible modeling includes different elements linked together......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......