ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
TabOffset (Property)
The TabOffset property is used to get and change the offset between the border of a Tab or Ribbon control and the tab buttons.
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node).
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HFSQL properties
List of HFSQL properties...
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
Starting WDOptimizer in a command line
1. Managing emails
WINDEV includes multiple methods to manage emails...
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Example for creating a select query
This help page explains how to create two select queries......
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
WDMSG license agreement
WDMSG license agreement...
Installing the robot controller
The monitoring robot includes three executables......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
Assignment operators
Three assignment operators are available......