ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
WEBDEV concepts
OCRExtractText (Function)
Reads the text contained in an image.
Translating a text file with WDTRAD
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Reports
A report provides a custom view of data......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Specific features of the applications for iPhone/iPad
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
WINDEV concepts