ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Communicate with an SSH server (prefix syntax)
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
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......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
WEBDEV: AS/400 Native Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
Operations performed on state-transition diagrams
The following paragraphs explain......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Reports & Queries: New features in this version
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
HTTP server response procedure parameters
WLanguage procedure (also called "callback") called by the HTTPSend function or the HTTPSendAsynchronous function when the HTTP server responds.