ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Project (External language)
Opens and runs a WINDEV project.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
EventChange (Function)
Modifies the status of an event.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HRead (Function)
Reads a record in a file according to a given record number.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
Comment (Property)
The Comment property is used to manage comments.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Automatic calculations in a Table control (AAF)
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
HNext (Function)
Sets the position on the next data file record according to a browse item.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....