ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

6. Multilingual applications
Adds a new track into a TimeLine control....
<sysNotificationProgressBar variable>.Update (Function)
Updates the characteristics of a progress bar present in a system notification. This new function is available from WINDEV Suite SaaS 2025 Update 1....
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
<emailIMAPSession variable>.UnsubscribeFromFolder (Function)
Removes a folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
2. Variables
WINDEV Mobile Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
SysNotificationProgressBarUpdate (Function)
Updates the characteristics of a progress bar present in a system notification. This new function is available from WINDEV Suite SaaS 2025 Update 1....
5. Loops
WINDEV Mobile Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
IWListPosition (Function)
Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Procedure/Function
A procedure is used to associate an identifier with a statement block......
8. If you are already familiar with WINDEV
The Cell control
The Cell control contains controls......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Error 1054: 'Ancestor' cannot be used outside the code of a class
Generating an application for Universal Windows 10 App