ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Options of the window editor
To configure the general options of the window editor......
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......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
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.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Input (Function)
Displays a message allowing the user to type an information.
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......