ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
16. Java applications in practice
Java applications in practice...
BackgroundTaskAdd (Function)
Adds a new background task.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Installing the monitoring robot
The monitoring robot includes three executables......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Custom tooltips
Tooltips are very useful for application users......
Creating an executable: General options
The main executable options are as follows......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Creating the skin template of a report
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.