ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3-tier architecture
The development in "3-tier" architecture is now simplified......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
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......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
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......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
WEBDEV concepts
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
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).
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......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
List of extension attributes
The list of extension attributes ......