ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
WEBDEV Application Server - 10 connections - License agreement
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
16. Java applications in practice
Java applications in practice...
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
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......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.