ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
CurrentWin (Function)
Identifies the window currently in edit.
SysWinShow (Function)
Modifies the display status of a window.
iWindowCancel (Function)
Configures the print cancel window.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
SysSetFocus (Function)
Sets focus to a window or control.
Open (Function)
Opens a modal WINDEV window.
OpenMobileWindow (Function)
Opens a window in a mobile application.
grDestinationWnd (Function)
Defines a window as chart destination.
WinOutWidth (Function)
Returns the full width of a window.
Properties associated with a window
List of properties associated with a window...
<Window>.OutWidth (Function)
Returns the full width of a window.
WinStatus (Function)
Identifies or modifies the window status.
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
Code history
The code history is used to......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......