ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
10. UMC: User Macro-Code
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
WDInst: handling the files to install
By default, the files to install are......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Using several libraries in an application
A library is a WDL file that contains all the resources......
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
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....
<ftpConnection variable>.GetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<zipArchive variable>.EndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.CurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Remote WEBDEV administrator: Backing up and restoring a WEBDEV site
The remote administration tool is used to manage the backups of your dynamic WEBDEV websites....