ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
WINDEV License Agreement
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Error (Function)
Displays a custom error message in a system error window.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
DotNetDelegate (Function)
Initializes a.NET delegate.
notificationAction (Variable type)
The notificationAction type is used to describe an additional action associated with a notification.
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
Report viewer: "Overview" pane
The report viewer allows end users to view reports before printing them......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Handling a Range Slider programmatically
WINDEV lets you manipulate a Range Slider control directly by programming......
Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Chart constants
List of constants used by the functions for chart management....
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
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....