ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
The home page
The home page is the first page of your site......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Standard FTP functions
List of standard FTP functions...
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
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, ......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Bar code constants
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Events associated with a Layout control
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Events associated with Looper controls
List of events associated with Looper controls...