ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
How to create a patch?
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
User report editor (Reports & Queries)
A report provides a custom view of data......
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 OLE control
The OLE control is used to handle an OLE object......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Data model editor: types of links
Several types of links can be found between the files......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Using the Salesforce service
Salesforce is a very popular CRM software......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
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....
HFSQL Client/Server: Configuring the data files on the server