ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
New features in WINDEV Mobile 2025
WINDEV Mobile 2025 is available!
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
(No title )
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
15. Unit tests on the executable
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Events associated with a Gantt Chart column
Error 2109: You are using the ObjectInfo function
Environment of the data model editor
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Information 2105: This function was renamed
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Utility components
WINDEV includes several utility components that allow you to handle data directly......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
16. Application test in practice