ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
<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....
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
<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....
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
<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....
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<emailIMAPSession variable>.ChangeFolder (Function)
Modifies the current folder in the messaging software using the IMAP, ...
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.