ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ImageArea (Function)
Returns the number of the image area clicked by the Web user.
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)....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static Text control.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
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.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
EmailCheckAddress (Function)
Checks the validity of an email address.
Constants for managing the windows
List of constants used by the functions for managing the windows...
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.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
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....
Image (Variable type)
The Image type is used to define the advanced characteristics of an image.
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
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......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static text control....
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
fGraphicFilter (Example)
Usage example of the fGraphicFilter function