ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Database schema" pane
The "Database schema" pane shows......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
HListSchedulingHistory (Function)
Lists the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
Properties associated with the Cell control field
List properties associated with the Cell control field...
Dialog box functions
List of functions for managing dialog boxes...
ERR_BAD_CONTEXT
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
InfoBuild (Function)
Displays a custom message in a system information window.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....