ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 analysis...
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
HOnError (Function)
Customizes the management of HFSQL errors.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
3-tier architecture
The development in "3-tier" architecture is now simplified......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......