ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 121: Shadowing a structure
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
How to create and handle a structure?
This help page explains how to create and handle a structure....
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
HEX@ (Type of Variable)
Le type _VisiteGuidéeActionAutorisée permet de définir toutes les caractéristiques avancées d'un XXX....
Error 102: The constants can be defined in the initialization code of project, ...
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
How to use an array of structures?
An array of structures is an Array variable......
16. Types of code
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Including the code
You want to include your code lines in a condition, in a structure, ......
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......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Programming patterns
CAUTION......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
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, ......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Error 101: Declaration of global variable not allowed
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...