ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Locking data files: correspondence between WINDEV 5.5 and the later versions
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Code statistics
The code statistics affect......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Error 31: The file to include is not found. Check the name and path ...
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
7. Multilingual applications in practice
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature).
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Creating a delete query
A delete query (corresponding SQL statement......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......