ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Creating a select query
A select query (corresponding SQL statement......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HSetLog (Function)
Enables or disables log management on a file.
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......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Creating the menus for the pages of the WEBDEV RAD pattern
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
2. Projects in practice
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
14. PHP generation in practice
HConnect (Example)
Usage example of the HConnect function
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....