ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2025
WINDEV Mobile 2025 is available!
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 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...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2025 Tutorial - Table of contents
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
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]...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Global and local variable
Two types of variables are available......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
2. Analysis in practice
Internal window management functions
The following functions are used to manage the "Internal windows" controls......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
<Window>.Iconize (Function)
Minimizes a WINDEV window.
Iconize (Function)
Minimizes a WINDEV window.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
Open (Function)
Opens a modal WINDEV window.
Comparison operators
The comparison operators can be divided into several categories......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......