ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
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, ......
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
XLS file handling functions
List of functions for managing XLS files...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
5. User Groupware in practice
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
NetworkDisconnect (Function)
Disconnects a network drive.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HDescribeLink (Function)
Describes a link between two data files through programming.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
HConnect (Example)
Usage example of the HConnect function