ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Clipboard functions
List of functions for managing the clipboard
Mouse functions
List of functions for mouse management
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
fSelectDir (Function)
Opens a directory picker.
Speech recognition functions
The following functions are used to manage speech recognition:
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
fImageSelect (Function)
Opens the image picker of Windows.
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
VideoConfigure (Function)
Allows you to configure the video capture driver.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
EmailCheckAddress (Function)
Checks the validity of an email address.
CameraConfigure (Function)
Allows you to configure the video capture driver.
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
7. Multilingual sites in practice
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements),...
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......