ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Font
The Font keyword can correspond to: a Font variable. the Font property....
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
NotifDeleteCategory (Function)
Deletes a notification category from the application.
1. WEBDEV editors
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
Constants for managing speech synthesis
Déconnecte un client actuellement connecté sur un serveur de WebSocket....
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Report editor: Available types of reports
Several types of reports can be created in the report editor......
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
gpwAddUser (Function)
Adds a user to the User Groupware database.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
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....
HFSQL properties
List of HFSQL properties...
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.