ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOnError (Function)
Customizes the management of HFSQL errors.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Accessing a database via a web service
The database can be accessed via a web service......
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
3. Deploying a dynamic WEBDEV site
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
ServiceWait (Function)
Pauses the current service during the specified duration.