ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Warning 12: The label is unused
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
13. Types of standard controls
Telemetry: Main features
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Sending elements to Free Technical Support
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
.NET Assemblies
.NET is Microsoft's software development platform......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Setup on a local network (LAN)
The Wire control
The Wire control is used to visually link 2 controls......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Information 37: Optimize your FOR loop
1
2
3
4
5
6
228
>