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.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
9. Application menus
Menus are displayed in different ways......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
16. Application test in practice