ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Status bar of windows
The status bar of a window is used to display several types of information...
Project description: Project tab
The project description window allows you to configure various elements of your project......
iPrintReport (Function)
Prints a report created with the report editor.
16. Application test in practice
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
aiImageResult (Variable type)
The aiImageResult type is used to retrieve the result of AIDetect.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Recycle code windows
By default, a single code window is opened per ......