ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Automatic error handling
Error handling can be customized for each process......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
HStopServer (Function)
Stops an HFSQL server.
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
.NET object
To access a class......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
The Flexbox control
Flexbox is a standard layout system for web pages......