ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
8. Sharing a project in practice
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
HOnError (Function)
Customizes the management of HFSQL errors.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
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.
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....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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.)...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HIndex (Function)
Rebuilds the file index (".NDX" file).