ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
WinChangeAlias (Function)
Modifies the alias of a window.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
2. Projects in practice
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
MemModify (Function)
Modifies an element in a memory zone.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Date (Type of variable)
The Date type enables you to easily handle the dates...