ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLDocument (Function)
Creates a new XML document.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Principle for running threads
At runtime, an application runs in a main thread......
WLanguageCodeCompiling (Variable type)
The WLanguageCodeCompiling type is used to define all the compiler options used by the Compile, ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler property).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HRead (Function)
Reads a record in a file according to a given record number.
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...
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....