ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
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......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
HIndex (Function)
Rebuilds the file index (".NDX" file).
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
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......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
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......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......