ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
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)....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
11. User Macro-Code: UMC in practice
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
The different types of integers
4. HFSQL Classic
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
8. Binding controls to data
A window can display information from......
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......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Reals
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).