ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manager of automated tests
The test manager is used to......
2. User-friendly editors in practice
User-friendly editors in practice...
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Events associated with Looper controls
List of events associated with Looper controls...
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......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HCreateMovableReplica (Function)
Creates a movable replication.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Error (Function)
Displays a custom error message in a system error window.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
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....