ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPSendForm (Function)
Sends an HTTP form.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Constants for the geo-localization functions
Constants used by the geo-localization functions...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
gImage (Function)
Builds a sequence of characters containing an image.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
HOpenConnection (Example)
Usage example of the HOpenConnection function
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
HConnect (Example)
Usage example of the HConnect function