ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
1. WINDEV editors
WINDEV editors...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
General environment of WINDEV
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
How to create and handle a structure?
This help page explains how to create and handle a structure....
4. UI: Windows
IU of windows...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
2. Examples and components provided with WEBDEV
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Principle for running threads
At runtime, an application runs in a main thread......
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.