ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
<Connection variable>.InfoServerRights (Function)
Allows you to find out the rights granted to a user or group of users on a server.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HInfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HExecuteProcedure (Function)
Runs a stored procedure.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......