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.
Data model editor: types of links
Several types of links can be found between the files......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Starting WDOptimizer in a command line
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Document (Type of variable)
The Document type is used to handle a "docx" document.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Structure of data files of user groupware
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
REP files
REP files contain the list of data files handled by the application....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
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......