ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
ThreadExecute (Function)
Starts the execution of a secondary thread.
3-tier architecture
The development in "3-tier" architecture is now simplified......
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....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
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......
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.
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......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Using several libraries in an application
A library is a WDL file that contains all the resources......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
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......
List of extension attributes
The list of extension attributes ......