ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MySQL Native 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 database schema...
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
MariaDB Native Connector: Programming using SQL functions
The SQL functions can be used to handle the MariaDB database......
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Camera control in a mobile application
The Camera control is used to......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
Error 202: The method already has an access attribute (public, protected or private)
Materialized view
...A materialized view is a physical data source defined by an SQL query....
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
SQL view
An SQL view is a virtual data source defined by an SQL query......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......