ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
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.)...
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Using new features exclusive to WINDEV Suite SaaS in a project
Version 2025 Update 1 introduces various new features specific to SaaS version......
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
8. Sharing a project in practice
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
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....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
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......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......