ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
Python: Native calls
WLanguage allows for native Python calls......
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
Creating a Pivot Table control
To create a Pivot Table control......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
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......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
2. User-friendly editors in practice
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......