ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a table. define whether the GDPR should apply to an item (in the item description in the code only)....
iOutputInfo (Variable type)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Share your projects via Git
Git is a source code manager......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
10. Page templates
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the components of the Hadoop framework......
8. "Mobile friendly" site: Dynamic serving
This type of chart is used to represent a permanent data flow in real time......
Python: Native calls
WLanguage allows for native Python calls......
Error 102: The constants can be defined in the initialization code of project, ...
Recycle code windows
By default, a single code window is opened per ......
Hash functions
Hashing is used to summarize a file or a character string......
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Functions for managing objects (External language)