ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Test of a query
The query editor allows you to run the test of query result......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or 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....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Time management help
Time management is extremely important......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Bluetooth constants
List of constants used by the Bluetooth functions....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
5. Deploying a dynamic site (Session or AWP) in practice
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Handling Gantt Chart controls programmatically
Chart: Managing legends
Several types of legends are supported in the charts......
Configuring the SOAP administrator