ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Accessing a database via a web service
The database can be accessed via a web service......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Burner constants
List of constants used by the burner functions....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
fSelectDir (Function)
Opens a directory picker.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
SQLPrevious (Function)
Positions on the previous row of the query result.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
SQLConnect (Example)
Usage example of the SQLConnect function
The HTML control
The HTML control displays HTML pages or HTML code......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min