ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Using an external component in an application
A component can be reused at any time in any application......
API (Function)
Runs a function found in an external DLL.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Multiline strings
To type character strings over several lines in the code editor...
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Comparison operators
The comparison operators can be divided into several categories......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
1. Examples provided with WINDEV Mobile
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Various constants
List of various constants used by the constants WINDEV functions....
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
8. 10 tips for better interfaces...
Set of procedures
The global procedures are grouped in set of procedures......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...