ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
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......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
WEBDEV concepts
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)....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
List of extension attributes
The list of extension attributes ......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Assignment operators
Three assignment operators are available......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.