ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
15. Repeating a group of controls: loopers
Private Store for mobile applications
There are two methods two deploy your applications......
<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....
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....
Style of a control
As soon as it is created, a control is associated with a style......
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
<Chart>.RealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
Automatic error handling
Error handling can be customized for each process......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
WDDeploy features
WDDeploy can be used to......
4. When to use the debugger?
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
HFSQL Client/Server: Configuring the server
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......