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)
MultiTask is used 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.
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
<Window>.Iconize (Function)
Minimizes a WINDEV window.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.ToSource (Function)
from the controls in the window. the value of the WLanguage variables with the value of the window controls....
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items...
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
The planes (in a window or in a report)
The planes are used to group the window controls......
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
Environment of the window editor
The main elements of window editor are as follows:
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV...
Window management functions
List of functions for managing windows...
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
On/Off button in a window
The on/off button is a button that operates like a check box......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template...
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
1
3
4
5
6
7
214
>