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, ...
SysRecentDocList (Function)
Returns the list of recently opened documents.
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....
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......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
.NET Assemblies
.NET is Microsoft's software development platform......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Sharing elements with a WINDEV application
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
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.