ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Constants for managing arrays
List of constants used by the functions for array management....
3-tier architecture
The development in "3-tier" architecture is now simplified......
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......
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.
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......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
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......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......