ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Kotlin code
Kotlin is a programming language mainly used for Android development......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Data model editor: types of links
Several types of links can be found between the files......
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Document (Type of variable)
The Document type is used to handle a "docx" document.
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Principle for running threads
At runtime, an application runs in a main thread......
Import a list of requirements
The Project Management Hub allows you to import requirements......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....