ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Typing multilingual texts
For a multilingual application, you have the ability to......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
8. Associating controls with data
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
8. Binding controls to data
A window can display information from......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
3. Debugger
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
The OLE control
The OLE control is used to handle an OLE object......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Constants used by the functions for managing Tab controls