ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Glossary
The glossary lists all the abbreviations used in the code editor......
Project description: Project tab
The project description window allows you to configure various elements of your project......
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Standard FTP functions
List of standard FTP functions...
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
The "Code hashtags" pane
3. Application development cycle
Development cycle of a WINDEV application....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
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)......
Error 13: The label already exists
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
WLanguage properties available in PHP
The following properties are available in PHP...
Error 1045: A class cannot be declared outside the declaration code of a class
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
Warning 127: You are using a data source local to the process
Error 3: The string has no final "
1. Examples provided with WINDEV Mobile
Error 11: The label is unknown
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Share your projects via Git
Git is a source code manager......
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.