ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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...
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Speech recognition functions
The following functions are used to manage speech recognition:
Multitask (Function)
The Multitask function allows you to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Clipboard functions
List of functions for managing the clipboard
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Multi-product external components
Components are a remarkably useful tool for development teams......
12. Control templates
WINDEV Mobile allows you to create control templates....
Error 203: The procedure already has a scope attribute (local or global)
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
VisibleOutsideWindow (Property)
if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility...
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
Error 107: Redefinition of the parameter
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
XInitial (Property)
on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page....
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
NoteTitle (Property)
documentation of a control, window, page or report. Change the title of the notes used in the technical...
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.