ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using WDDIXIO
To translate the text used in your project:...
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
HIndex (Function)
Rebuilds the file index (".NDX" file).
fSelect (Function)
Opens the Windows file picker.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
The different types of integers
Report editor: Available types of reports
Several types of reports can be created in the report editor......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....