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.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Animation (Property)
The Animation property animates an image.
Cookie (Variable type)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Manipulating Scheduler controls programmatically
A Scheduler control can be......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Handling report blocks
The different operations available on report blocks are as follows......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Variable scope
Variables can be declared anywhere in the code....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Accessibility in mobile applications
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
Custom tooltips
Tooltips are very useful for application users......