ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Handling Spreadsheet controls programmatically (in a report)
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
The single-part and multi-part archives
Two types of archives are available......
Managing space characters in the searches?
The LDAP protocol is increasingly used by the companies......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Manager of automated tests
The test manager is used to......
Commands of the external interface
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Using a query with parameters
A query with parameters can be used......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Properties associated with .NET field 3.0, 4.0, ... (WPF)
List Box control properties associated with .NET 3.0, 4.0, ... (WPF)...
<Drive variable>.DeleteFile (Function)
Deletes a file from a remote drive.