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.
Chart: Legend management
Several types of legends are supported in the charts......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Software Factory Administrator
The software factory administrator allows you to ......
Error (Function)
Displays a custom error message in a system error window.
MySelf (Reserved word)
MySelf is used to handle the current control...
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
fSeek (Example)
Usage example of the fSeek function
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
DotNetDelegate (Function)
Initializes a.NET delegate.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Execute (Function)
Starts the execution of a process through programming.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.