ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Bcc (Property)
The Bcc property gets and sets the list of Blind Carbon Copy recipients of an email.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
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....
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....
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....
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Space (External language)
Fills the content of WdString with space characters on the right.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Polygon2D variable>.Cover (Function)
Determines if geometry A (of type 2D polygon) covers geometry B.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Window (External language)
Returns the number of windows opened at a given time.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
Handle (External language)
Returns the handle of a window or control.