ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
EmailSubscribeToFolder (Function)
Adds an existing folder to the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 Update 2....
FTPDirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<ftpConnection variable>.DirExist (Function)
Checks for a directory on an FTP server. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
<ftpConnection variable>.FileExist (Function)
Checks if a given file exists on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
11. Popup page
<ftpConnection variable>.MakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
EmailUnsubscribeFromFolder (Function)
Removes a folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SysIsAdministrator (Function)
Indicates whether the current user has administrator rights on the computer. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.Command (Function)
Sends a specific FTP command to a server. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
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....
<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....
<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....
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
SysEncrypt (Function)
Encrypts data using Windows user credentials. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
FTPDeconnecte_objetftpConnexion (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Error 17: OTHER CASE must be the last statement used in SWITCH