ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
8. Project sharing in practice
Deselects a row in a Looper control....
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
Configuring the SOAP administrator
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
Installing the monitor
The monitoring robot includes three executables......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......