ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
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.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
iPrintReport (Function)
Prints a report created with the report editor.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
W3C standardization
You must comply with the W3C standard (HTML 4......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
The HTML control
The HTML control displays HTML pages or HTML code......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Control constants
List of constants used by the functions for managing controls...
Creating the Table windows of the WINDEV RAD pattern
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
SQLSeek (Function)
Positions on the specified result row of the query.