ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
<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.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
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....
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......
RedisGet (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......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
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....
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
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....