ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
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 "
Events associated with Link controls
List of events associated with Link controls...
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
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
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....
Sticky header (Code editor)
When working in a large code file (larger than the screen), it can sometimes be difficult to determine where you are in the code......
Line control properties
List of properties associated with the Line control...
18. Order of execution of the code of buttons/links
Changes the extension of a file on disk....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Error 701: The property is read-only
Code statistics
The code statistics affect......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......