ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
15. Project Management Hub
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
17. Project Management Hub
...Project Management Hub...
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
HFSQL constants
List of constants used by the HFSQL functions....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Handling TimeLine controls programmatically
A TimeLine control can be......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....