ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
URIGetInfo (Function)
Retrieves information of a URI resource.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Table,Delete (External language)
Deletes an element from a Table control.
SysIconAdd (Example)
Usage example of the SysIconAdd function
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
VariableReset (Function)
Resets the variable to its initial value.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
HReadSeek (Example)
Usage example of the HReadSeek function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Constants for managing arrays
List of constants used by the functions for array management....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Serialization constants
The serialization constants are as follows:
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).