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.
Error 101: Declaration of global variable not allowed
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Zombie data files and items
During the life of an application, items live and die......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDSQL, SQL querier: Overview
WDSQL is used to......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
.NET Assemblies
.NET is Microsoft's software development platform......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....