ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadNext (Function)
Sets the position on the next data file record according to a browse item.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
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.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
OCRExtractText (Function)
Reads the text contained in an image.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
WEBDEV concepts
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
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......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Translating a text file with WDTRAD
Reports
A report provides a custom view of data......
Specific features of the applications for iPhone/iPad
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
fSeek (Example)
Usage example of the fSeek function
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....