ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to...
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Testing a project: setting
By testing the project you can simulate how the application will run......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Creating requirements
The following steps must be performed to implement the requirements......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
9. Sharing a project in practice
Sharing a project in practice...
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle 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....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
The planes (in a window or in a report)
The planes are used to group the window controls......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
2. Projects in practice
Discover the main operations that can be performed on a project....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....