ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
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.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
CursorDisplay (Function)
Displays or hides the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
ERR_NOTADEVVERSION
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
SCM: Checking out an element
To edit an element of a project hosted on an SCM repository, you must first check out the element......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
ERR_NOTAVAILABLE
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Manipulating Native Container controls programmatically
The Native Container control returns an handle/identifier......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....