ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
JSON
JSON (JavaScript Object Notation - Object Notation from JavaScript) is a lightweight data exchange format......
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Component diagram
A component diagram shows the physical and static architecture of a system software......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Debugging constants
List of constants used by the debugging functions...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
JavaExecute (Example)
Usage example of the JavaExecute function