ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
Video control properties
The following properties can be used on a Video control:...
Line control properties
List of properties associated with the Line control...
Creating a delete query
A delete query (corresponding SQL statement......
4. Dedicated server or shared server?
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Setup on a local network (LAN)
17. TLS/SSL: Encrypting information on the Web
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
HFSQL constants
List of constants used by the HFSQL functions....
Replication: The different types
The data replication is a powerful feature......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Properties associated with the areas defined in Zoning mode
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HStopServer (Function)
Stops an HFSQL server.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
WINDEV FTP functions
List of WINDEV FTP functions...
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
WDSQL, SQL querier: Overview
WDSQL is used to......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......