ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Data persistence
The data persistence is used to store the value typed by the user......
NetGetFile (Example)
Usage example of the NetGetFile function
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
AWP without UI
Bootstrap, Angular, React, Vue......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Principle for running threads
At runtime, an application runs in a main thread......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
2. Projects in practice
Discover the main operations that can be performed on a project....
BurnerErase (Example)
Usage example of the BurnerErase function
RGBGreen (Function)
Returns the green component of an RGB color.