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.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC...
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App)....
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts"...
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code...
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV...
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
fSelect (Function)
Opens the Windows file picker.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
WindowsVersion (Function)
Returns the runtime mode of Windows.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size...
Speech synthesis management functions
The following functions are used to manage speech synthesis...
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows...
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......