ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
ThreadExecute (Function)
Starts the execution of a secondary thread.
3-tier architecture
The development in "3-tier" architecture is now simplified......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Constants for managing arrays
List of constants used by the functions for array management....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
SysRecentDocList (Function)
Returns the list of recently opened documents.
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
Using .NET assemblies in a project
To use .NET assemblies in a project......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
.NET Assemblies
.NET is Microsoft's software development platform......
Sharing elements with a WINDEV application
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
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.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......