ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
HDescribeItem (Function)
Describes a file item through programming.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
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, ......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Entity of a CDM
To group information according the MERISE method, entities must be created......
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
7. HFSQL: Physical files
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).