ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Error 3: The string has no final "
3. Debugger
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Error 2: Incomplete line
Error 11: The label is unknown
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....
Code statistics
The code statistics affect......
Error 701: The property is read-only
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
18. Order of execution of the code of buttons/links
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
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.
Including the code
You want to include your code lines in a condition, in a structure, ......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Multiline strings
To type character strings over several lines in the code editor...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Warning 127: You are using a data source local to the process
Error 4: A space is required after the ':' character
Warning 12: The label is unused
Service management functions
List of functions for managing services...