ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
User Groupware: Executable creation and installation
The executable of an application that supports the User Groupware is a multi-instance executable....
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu....
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
The Wire control
The Wire control is used to visually link 2 controls......
10. UMC: User Macro-Code
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Environment of the query editor
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Edit options of a report
The report editor allows you to......