ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
DriveListeDirectory (Function)
Lists the directories of an Drive.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DriveListeFile (Function)
Lists files in an Drive directory.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
HChangeConnection (Example)
Usage example of the HChangeConnection function
HPrevious (Function)
Positions on the previous file record according to a browse item.
HFSQL Client/Server: Configuring the data files on the server
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Name (Property)
The Name property is used to get the name of an element.