ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Image control
The Image control is used to......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Handling Scheduler controls programmatically
A Scheduler control can be......
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......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
8. Associating controls with data
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
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......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....