ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
LOOP statement
The statement block is repeated endlessly...
grDestinationWMF (Function)
Defines a meta file as chart destination.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Scheduler control events
The following events associated with Scheduler controls:...
Native Access to SAP
SAP is a widely used ERP......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
7. Multilingual applications in practice
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
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......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Detailed use of WINDEV FTP/RPC
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Container column in a Table control
A cell found in a Table control can contain a set of controls......