ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
NFCWriteTag (Function)
Starts writing data to an NFC tag.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
fWrite (Function)
Writes: a character string into an external file. a memory section....
fRename (Function)
Modifies the name of a file.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
fMemExist (Function)
Checks the existence of a shared memory zone.
ThreadEnd (Function)
Ends the execution of the current thread.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
ThreadMode (Function)
Changes the management mode of threads.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
5. Site test in practice
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
HTTPRequest (Function)
Starts an HTTP request on a server.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
InfoBuild (Function)
Displays a custom message in a system information window.
Constants for object visibility
List of constants for managing the visibility of an object....