ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
8. Sharing a project in practice
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Configuring the SOAP administrator
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....
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.
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
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.)...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Installing the monitor
The monitoring robot includes three executables......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
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......
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......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......