ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
WEBDEV 2025 Tutorial - Table of contents
Positions at the end of media file played in the Multimedia control.
WEBDEV (Development version) License Agreement
Modifies a row in: a Table control, a TreeView Table control....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
1. WLanguage functions specific to WEBDEV
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Speech synthesis in the mobile applications
The phones can talk!......
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
grTitle (Function)
Modifies the caption and/or position of the chart title....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
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....
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....
<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....
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....