ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
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.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Defining columns of Table controls programmatically
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Synchronizing the database schema with external databases
The database schema must be synchronized with an external database if it uses......
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
Example for creating a select query
This help page explains how to create two select queries......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......