ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sitemap file for Google
To better analyze the content of the sites, the search engine of Google uses an XML file named "Sitemap" (if it is available)...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project...
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"...
Uploading files
Uploading consists in saving a file located on the user's computer to a web server...
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites...
fWrite (Example)
Usage example of the fWrite function
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
HDescribeConnection (Function)
Describes a new connection to an external database.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates...
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed...
Extern (Reserved word)
EXTERN is used to...
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report...
WEBDEV site deployment: automatic modification of tables
The automatic modification of the tables allows updating the description of tables on the Web...
Content (Property)
The Content property is used to read or write the whole content of a control: List Box...
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates...
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access...
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
Assisted universal replication programmatically
The assisted replication through programming is used to implement a replication on an existing...
HLinkMemo (Example)
Usage example of the HLinkMemo function
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF...
HModify (Example)
Usage example of the HModify function
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.