ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
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....
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
Enumeration (Type of variable)
An enumeration is a set of values......
Drop-down button
The drop-down button expands: a context menu. a popup window....
Programming custom calculations in Table controls
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Automation object
The Automation keyword is used to declare an automation object...
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
2. User-friendly editors in practice
Reverse code modeling
The reverse code modeling allows you to view in a graph......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
API (Function)
Runs a function found in an external DLL.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
SNMP constants
List of constants used by the SNMP functions....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
1. The WINDEV Framework