ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Installing the HFSQL Server module
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Overview of external languages
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HInfoView (Function)
Returns information about a materialized view.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......