ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
RedisGet (Function)
Gets the value of a key from a Redis server as a string.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
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......
Communicate with an SSH server (prefix syntax)
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
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......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....