ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a translation file
WDINT allows you to create a translation file....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
Simple statements
Compound statements
The report editor allows you to create "Label" reports......
Report controls
Several types of controls can be handled in a report created by the report editor......
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......
Style of a control
As soon as it is created, a control is associated with a style......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Android Widget windows
An Android application can contain one or more Widget windows......
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
Word Processing control ribbon
The Word Processing control ribbon allows you to use a wide range of features and settings......
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.