ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
API (Example)
Usage example of the API function
fSelect (Example)
Usage example of the fSelect function
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
CallDLL32 (Example)
Usage example of the CallDLL32 function
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
MCI constants
List of constants used by the MCI functions....
HSL (Function)
Creates a color from its hue, saturation and lightness.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
12. External component in practice
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.