ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fGraphicFilter (Example)
Usage example of the fGraphicFilter function
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Constants for managing the windows
List of constants used by the functions for managing the windows...
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
EmailCheckAddress (Function)
Checks the validity of an email address.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
HDBIndex (Function)
Opens an xBase index file.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Record (Type of variable)
The Record type is used to save the values of a record.
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...