ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
HFSQL constants
List of constants used by the HFSQL functions....
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)......
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Execute (Function)
Starts the execution of a process through programming.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.