ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
MCI constants
List of constants used by the MCI functions....
Chart: Managing legends
Several types of legends are supported in the charts......
WEBDEV Application Server 2024
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
WDInst: choose the type of installation to generate
WDInst allows you to create several types of setup......
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Search in current code
When coding, developers often need to do a quick search in the current code...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Software Factory Administrator
The software factory administrator allows you to ......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Error (Function)
Displays a custom error message in a system error window.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.