ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description. This table is neither encrypted nor password protected.
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description. This table is neither encrypted nor password protected.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
3. Application development cycle
Development cycle of a WINDEV application....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
HFSQL Client/Server: Configuring the data files on the server
7. Multilingual sites in practice
7. Multilingual applications in practice
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......