ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Including the code
You want to include your code lines in a condition, in a structure, ......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Sending elements to Free Technical Support
Constants used by the scanner functions
Constants used by the scanner functions...
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
The different types of integers
14. Managing the "Back" button in practice