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...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
14. Managing the "Back" button in practice
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Glossary
The glossary lists all the abbreviations used in the code editor......
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Describing a problem to the Free Technical Support
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
MyReport (Reserved word)
MyReport is used to handle the current report...
DDE constants
List of constants used by the DDE functions...
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
Zombie data files and items
During the life of an application, items live and die......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......