ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Access rights to a class property
A property is a code element that includes two processes......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file 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....
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Popup window
WINDEV allows you to open windows in popup format......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
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......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Multi-project search
Performing a search in the current project is a common operation......
ERR_DISCONNECTED_UPDATE
ERR_BAD_CONTEXT_FOUND
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....