ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.DeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
<Connection variable>.DeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
<Connection variable>.DeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<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....
<Connection variable>.CheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
TimeToString (Function)
Converts a time to a string in the specified format.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
tapiCallEnd (Function)
Returns the date and time of the end of call.
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Time management help
Time management is extremely important......
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
TimeZone (Property)
The TimeZone property is used to set the time zone.