ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV site deployment: automatic modification of data files
The automatic modification of the data files allows updating the description of data files on the Web server...
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
ERR_ALREADYCONNECTED
WLanguage properties available in PHP
The following properties are available in PHP...
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
HCross (Function)
Crosses a record in a data file.
HDescribeFile (Function)
Describes a data file programmatically.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
<Source>.Cross (Function)
Crosses a record in a data file.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
HRegenerateFile (Function)
Regenerates a data file from its log.
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
<Source>.DescribeFile (Function)
Describes a data file programmatically.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Report and project
In most cases, a report is linked to a project......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
HChangeName (Function)
Modifies the physical name of a data file.
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......