ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HListConnection (Function)
Returns the list of connections currently described in the application: connections described in the data model editor (for the main database schema and, if necessary, additional database schemas). connections described by programming (with functions HDescribeConnection or HOpenConnection)....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Overview of external languages
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
<Source>.Password (Function)
Defines the password used to create or open a table.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
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, ......
HPass (Function)
Defines the password used to create or open a table.