ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

sysNotificationProgressBar (Variable type)
The sysNotificationProgressBar type is used to define all the characteristics of a progress bar displayed in an interactive notification, including text, progress, etc. This new variable type is available from WINDEV Suite SaaS 2025 Update 1....
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
System functions
List of system functions...
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Mouse management functions
List of functions for mouse management...
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ERR_CLOSED_PAGE
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
pdfProtection (Variable type)
The pdfProtection type allows you to identify the protection options applied to a PDF document present in a variable of type pdfDocument. This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
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....
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
<Chart>.StartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....