ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
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.
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
11. Table/Looper controls
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
4. HFSQL Classic
11. Table/Looper controls
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Report based on a query
Queries are used to easily select records in one or more data files......
8. Binding controls to data
A window can display information from......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
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.
Warning 127: You are using a data source local to the process
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Utility components
WINDEV includes several utility components that allow you to handle data directly......
<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).
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
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.