ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
User Control Center: Administration of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Android Control Center
Do you know where to find your application log files?...
Creating the skin template of a report
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Bottom sliding window (Bottom sheet)
Bottom sliding windows (commonly known as "bottom sheets") are increasingly used in mobile applications......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
3. Deploying a WINDEV application
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).