ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
<Connection variable>.DeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
The HTML Display control
The HTML Display control displays a web page in an application......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
SQLModify (Function)
Modifies the content of a row in the query result.
Push notification
A mobile device can receive push notifications......
SQLSeek (Function)
Positions on the specified result row of the query.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
Type and version of Web server
The configuration diagnostic displays the following error......
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
WDDIXIO overview
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Native Oracle Connector for WINDEV and WEBDEV
Native SQL Server Connector for WINDEV and WEBDEV 2024
<Connection variable>.InfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Automatic documentation of external components
External components must include a technical documentation......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......