ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
DDESend (Function)
Sends a data to the program connected via DDE.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
ERR_DISCONNECTED_TIMEOUT
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
WDTRAD options
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.