ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Tab controls
List of events associated with Tab controls...
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Events associated with Check Box controls
List of events associated with Check Box controls...
Project description: Style tab
The project description window allows you to configure various elements of your project......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Error 1045: A class cannot be declared outside the declaration code of a class
Error 13: The label already exists
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
ERR_NO_END_TAG
Error 11: The label is unknown
Warning 127: You are using a data source local to the process
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Error 3: The string has no final "
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
8. If you are already familiar with WINDEV
Google Maps management functions
List of functions for managing Google maps...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
7. Multilingual applications in practice
How to develop a PHP site?
What is a PHP site?......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).