ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Record (Type of variable)
The Record type is used to save the values of a record.
Using several libraries in an application
A library is a WDL file that contains all the resources......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Character strings
WLanguage supports different types of strings....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
fSelectDir (Function)
Opens a directory picker.
SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
diffApply (Function)
Applies a difference buffer to a specific buffer.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
HLinkMemo (Example)
Usage example of the HLinkMemo function
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......