ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
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 count?
This help page explains how to create a count query with the query editor....
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
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.
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....
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......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).