ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
<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.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
WebSocket functions
List of functions specific to WebSocket servers...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
6. HFSQL Client/Server clusters
6. HFSQL Client/Server cluster
Communicate with an SSH server (prefix syntax)
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
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......
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
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....
Common project
Projects are often cross-platform......
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
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)....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......