ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Summary table: Application directory management by platform
Returns the list of continents....
SysEncrypt (Function)
Encrypts data using Windows user credentials. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Creating an insert query
An insert query (corresponding SQL statement......
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Examples for using the OLE DB provider for HFSQL
11. Choosing the action of a button/link
Make calculations easier with the calculator
<Date type>.ToInteger (Function)
Converts a date to an integer.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......